Computational Thinking and Programming-I Quiz 7

🔀 Computational Thinking & Programming-I Quiz 7 — Flow of Control (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on the flow of control — indentation, sequential flow, conditional flow (if/elif/else), iterative flow (for/while loops), loop control keywords (break, continue, pass), range(), and nested structures. Every code behaviour below has … Read more

Computational Thinking and Programming-I Quiz 6

🐞 Computational Thinking & Programming-I Quiz 6 — Errors & Debugging (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on errors in programming — syntax errors, logical errors, run-time errors, common exception types (ZeroDivisionError, NameError, TypeError, ValueError, IndexError), and exception handling with try/except/finally. Every error type below has been verified … Read more

Computational Thinking and Programming-I Quiz 5

🔁 Computational Thinking & Programming-I Quiz 5 — Expressions, Type Conversion & I/O (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on expressions, statements, type conversion, and input/output — operator precedence, expression evaluation, explicit & implicit type conversion, and accepting/displaying data with input() and print(). Every expression and function result … Read more

Computational Thinking and Programming-I Quiz 4

➕ Computational Thinking & Programming-I Quiz 4 — Python Operators (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python operators — arithmetic, relational, logical, assignment, augmented assignment, identity (is, is not), and membership (in, not in) operators. Every expression below has been verified by actually running it in Python. … Read more

Computational Thinking and Programming-I Quiz 3

🔢 Computational Thinking & Programming-I Quiz 3 — Python Data Types (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on Python data types — numbers (integer, float, complex), boolean, sequences (string, list, tuple), None, mapping (dictionary), and mutable vs immutable data types. Every type() output and expression result below has … Read more

Computational Thinking and Programming Quiz 2

🐍 Computational Thinking & Programming Quiz 2 — Python Basics (Class 11 CS) Practice 15 CBSE Class 11 Computer Science (Code 083) MCQs on the basics of Python programming — introduction to Python, features of Python, execution modes, the Python character set, tokens (keywords, identifiers, literals, operators, punctuators), variables, l-value & r-value, and comments. Tap … Read more

Computational Thinking and Programming Class 11 Quiz 1

🧩 Computational Thinking & Programming Quiz 1 — Class 11 Computer Science Practice 15 CBSE Class 11 Computer Science (Code 083) MCQs on computational thinking and programming fundamentals — the problem-solving process, algorithms, decomposition, flowcharts, and pseudocode. These questions are ideal for quick revision, self-assessment, and classroom practice before a test or the board exam. … Read more

Computer Systems and Organisation Quiz 3

🔢 Computer Systems & Organisation Quiz 3 — Number Systems & Encoding (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on number systems — Binary, Octal, Decimal, and Hexadecimal, along with conversions between them — plus encoding schemes: ASCII, ISCII, and Unicode (UTF-8, UTF-32). Every conversion below has been double-checked … Read more

Computer Systems and Organisation Quiz 2

💾 Computer Systems & Organisation Quiz 2 — Types of Software (Class 11 CS) Practice 20 CBSE Class 11 Computer Science (Code 083) MCQs on types of software — system software (operating systems, system utilities, device drivers), language translators (assembler, compiler, interpreter), and application software (productivity, multimedia, and entertainment software). Tap any question to reveal … Read more

Computer Systems and Organisation Quiz 1

🖥️ Computer Systems & Organisation Quiz — Class 11 Computer Science (Chapter 1) Test your understanding of Basic Computer Organisation with this free 20-question CBSE Class 11 Computer Science (Code 083) quiz. It covers the fundamentals every board exam pulls from: hardware vs software, input & output devices, the CPU, primary & secondary memory, and … Read more