πŸ”₯ LIVE πŸ‘©β€πŸ« Teachers: Host Live Tests  |  πŸŽ“ Students: Practice Class-wise Quizzes Go to Quiz Portal βž”

Text File Quiz Class 12

πŸ“– Text File Quiz β€” Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on text file handling β€” opening a file in different modes (r, r+, w, w+, a), closing files, the with statement, write()/writelines(), read()/readline()/readlines(), iterating a file with a for loop, and the seek()/tell() methods. … Read more

Interface of python with SQL Quiz Class 12

πŸ”— Interface of Python with SQL Quiz β€” Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on connecting Python with an SQL database β€” connect(), cursor(), execute(), commit(), fetchone(), fetchall(), rowcount, performing INSERT/UPDATE/DELETE queries via a cursor, using %s placeholders safely, error handling, and closing connections. Every … Read more

Structured Query Language Quiz Class 12

πŸ—ƒοΈ Structured Query Language (SQL) Quiz β€” Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on SQL β€” DDL & DML, data types (CHAR, VARCHAR, INT, FLOAT), constraints (NOT NULL, UNIQUE, PRIMARY KEY), SELECT/WHERE/DISTINCT, GROUP BY/HAVING, aggregate functions (MAX, MIN, AVG, SUM, COUNT), LIKE/BETWEEN, and joins (Cartesian … Read more

Database concepts Quiz Class 12

πŸ—„οΈ Database Concepts Quiz β€” Class 12 Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on database concepts and the relational data model β€” what a database and DBMS are, data integrity, relations, attributes, tuples, domain, degree, cardinality, and keys (candidate key, primary key, alternate key, foreign key). Every … Read more

Computer Network Quiz 3

πŸ•ΈοΈ Computer Network Quiz β€” Topologies, Protocols & Web Services (Class 12, Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on network topologies and types (PAN, LAN, MAN, WAN, Bus, Star, Tree), network protocols (HTTP, HTTPS, FTP, SMTP, POP3, TCP/IP, VoIP), and web services (HTML, XML, domain names, URL, web servers). … Read more

Computer Networks Quiz on Transmission Media For Class 12

πŸ”Œ Computer Networks Quiz on Transmission Media & Devices β€” Class 12 (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on transmission media and network devices β€” wired media (twisted pair, co-axial, fiber-optic), wireless media (radio waves, microwaves, infrared, Bluetooth), and network devices (modem, Ethernet card, RJ45, repeater, hub, switch, router, … Read more

Class 12 Computer Science Quiz Topic Wise

Class 12 Computer Science Quiz   Unit I: Computational Thinking and Programming – 2 S.N. Topics Covered Quiz 1 Functions: Types of function (built-in functions, functions defined in module, user defined functions), creating user defined function, arguments and parameters, default parameters, positional parameters, function returning value(s), flow of execution, scope of a variable (global scope, … Read more

Computer Networks Quiz For Class 12

🌐 Computer Networks Quiz for Class 12 β€” Computer Science (Code 083) Practice 20 CBSE Class 12 Computer Science (Code 083) MCQs on computer networks β€” the evolution of networking (ARPANET, NSFNET, the Internet), data communication terminologies (sender, receiver, message, medium, protocol), bandwidth vs data transfer rate, IP addressing (IPv4 vs IPv6), switching techniques (circuit … Read more

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