Exception Handling Quiz Class 12

🧯 Exception Handling Quiz for Class 12 — Computational Thinking & Programming-2 (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on exception handling in Python — the try, except, else, and finally blocks, common built-in exceptions (ZeroDivisionError, IndexError, KeyError, ValueError, FileNotFoundError), the raise statement, and catching multiple exceptions. This set includes … Read more

Functions Quiz for Class 12

🧩 Functions Quiz for Class 12 — Computational Thinking & Programming-2 (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on Python functions — types of functions, creating user-defined functions, arguments & parameters, default and positional parameters, functions returning values, and variable scope (global vs local). This set includes 6 board-style predict-the-output … Read more

Computational Thinking and Programming-I Quiz 14

📦 Computational Thinking & Programming-I Quiz 14 — Python Modules (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python modules — the import and from…import statements, the math module (pi, e, sqrt(), ceil(), floor(), pow(), fabs(), sin(), cos(), tan()), the random module (random(), randint(), randrange()), and the statistics module … Read more

Computational Thinking and Programming-I Quiz 13

📖 Computational Thinking & Programming-I Quiz 13 — Dictionaries in Python (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python dictionaries — accessing items by key, mutability, traversing a dictionary, built-in functions/methods (len(), dict(), keys(), values(), items(), get(), update(), del, clear(), pop(), popitem(), setdefault(), max(), min()), and suggested programs … Read more

Computational Thinking and Programming-I Quiz 12

📦 Computational Thinking & Programming-I Quiz 12 — Tuples in Python (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python tuples — indexing, tuple operations (concatenation, repetition, membership, slicing), built-in functions/methods (len(), tuple(), count(), index(), sorted(), min(), max(), sum()), tuple assignment (unpacking), nested tuples, and suggested programs like finding … Read more

Computational Thinking and Programming-I Quiz 11

📋 Computational Thinking & Programming-I Quiz 11 — Lists in Python (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python lists — indexing, list operations (concatenation, repetition, membership, slicing), traversing a list, built-in functions/methods (len(), list(), append(), extend(), insert(), count(), index(), remove(), pop(), sort(), sorted()), nested lists, and suggested … Read more

Computational Thinking and Programming-I Quiz 10

🔤 Computational Thinking & Programming-I Quiz 10 — Strings in Python (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on strings — string operations (concatenation, repetition, membership, slicing), traversing a string with loops, and essential built-in string methods like len(), capitalize(), title(), count(), find(), index(), split(), join(), partition(), and replace(). … Read more

Computational Thinking and Programming-I Quiz 9

🔁 Computational Thinking & Programming-I Quiz 9 — Loops & Iteration (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on iterative statements — for loops, range(), while loops, break & continue, nested loops, and classic beginner programs like pattern generation, summation of a series, and factorial. Every code example below … Read more

Computational Thinking and Programming-I Quiz 8

❓ Computational Thinking & Programming-I Quiz 8 — Conditional Statements & Flowcharts (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on conditional statements — if, if-else, if-elif-else, nested conditionals, ternary expressions — plus flowchart symbols and classic beginner programs like absolute value, sorting three numbers, and checking divisibility. Every code … Read more

Class 11 Computer Science Topic Wise Quiz

Class 11 Computer Science Topic Wise Quiz Unit I: Computer Systems and Organisation   S No. Topics Covered Click Below to take Quiz 1 Basic Computer Organization, Introduction to Computer System, Hardware, Software, Input Devices, Output Devices, CPU, and Memory. Take Quiz 2 Topics- Types of software: System software (Operating systems, system utilities, device drivers),programming … Read more