🔥 LIVE 👩‍🏫 Teachers: Host Live Tests  |  🎓 Students: Practice Class-wise Quizzes Go to Quiz Portal ➔

Python Function Arguments and Parameters Notes Class 12

Python Function Arguments and Parameters Notes (Positional, Keyword, Default) Python function arguments and parameters are important concepts frequently asked in programming exams and practical assessments. They define how values are passed to functions and how functions process data. This topic covers positional arguments, keyword arguments, and default arguments in Python, explained in a simple and … Read more

Class 10 Information Technology 402 Board Paper 2024 with Answer Key

Class 10 Information Technology 402 Board Paper with Answer Key Here is Class 10 Information Technology 402 Board Paper which was held in Board Examination 2024. Series #CD** Set-4 Q.P.Code 89 dated 13 March 2024. The Solution of question paper is given at the end. Information Technology  Time Allowed: 2 Hours Maximum Marks: 50 General Instructions: … Read more

Class 12 Computer Science Notes Topic Wise

Looking for Class 12 Computer Science Notes topic-wise for CBSE (Code 083)? You are in the right place. This page lists detailed, exam-ready notes for every topic in the Class 12 CS syllabus — covering Python functions, modules, exception handling, file handling, data structures, searching & sorting, database concepts, Python–MySQL connectivity, and computer networks. Quick … Read more

Class 12 Computer Science Sample Paper 2024

CBSE Class 12 Computer Science Sample Paper 2024 Time allowed: 3 Hours Maximum Marks: 70 General Instructions: Please check this question paper contains 35 questions. The paper is divided into 5 Sections- A, B, C, D and E. Section A, consists of 18 questions (1 to 18). Each question carries 1 Mark. Section B, consists … Read more

Class 10 IT 402 Sample Paper Set 5

Class 10 IT 402 Sample Paper Set 5 Information Technology General Instructions : Read the following instructions very carefully and strictly follow them : (a) This question paper consists of two sections viz. Section A : Employability Skills and Section B : Subject Skills. (b) Section A : Employability Skills (10 Marks) (i) Answer any … Read more

Class 10 IT 402 Sample Paper Set 4

Class 10 IT 402 Sample Paper Set 4 Information Technology General Instructions : (i) Please read the instructions carefully. (ii) This question paper is divided into three sections, viz. Section A, Section B and Section C. (iii) Section A is of 5 marks and has 6 questions on Employability Skills. (a) Questions number 1 to … Read more

Class 10 IT 402 Sample Paper Set 3

Class 10 IT 402 Sample Paper Set 3 INFORMATION TECHNOLOGY Time allowed : 2 hours Maximum Marks : 50 General Instructions : (i) Please read the instructions carefully. (ii) This question paper consists of 21 questions in two Sections : Section A and Section B. (iii) Section A has Objective Type questions, whereas Section B … Read more

Class 10 IT 402 Sample Paper Set 2

Class 10 IT 402 Sample Paper Set 2 INFORMATION TECHNOLOGY Time allowed : 2 hours Maximum Marks : 50 General Instructions : (a) Please read the instructions carefully. (b) This question paper consists of 21 questions in two sections Section A and Section B. (c) Section A has Objective Type Questions whereas Section B contains … Read more

CSV File Quiz Class 12

📊 CSV File & Stack Data Structure Quiz — Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs covering two topics in one set: CSV files (the csv module, writer(), writerow(), writerows(), reader()) and the stack data structure (LIFO, push, pop, peek, underflow, time complexity, and applications like … Read more

Binary File Quiz Class 12

🥒 Binary File Quiz — Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on binary file handling — opening a binary file in different modes (rb, rb+, wb, wb+, ab), closing files, the pickle module (dump() and load()), reading/writing/updating/appending binary data, and handling EOFError when reading multiple … Read more