|

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…

CSV File Quiz Class 12

Here’s a 15-question “CSV File Quiz Class 12” based on the topics “CSV file: import csv module, open/close CSV file, write into a CSV file using writer(), writerow(), writerows() and read from a CSV file using reader(), Data Structure: Stack, operations on a stack (push & pop), implementation of a stack using a list”

Binary File Quiz Class 12

Here’s a 15-question “Binary File Quiz Class 12” based on the topic “Binary file: basic operations on a binary file: open using file open modes (rb, rb+, wb, wb+, ab, ab+), close a binary file, import pickle module, dump() and load() method, read, write/create, search, append and update operations in a binary file”

Text File Quiz Class 12

Here’s a 15-question “Text File Quiz Class 12” based on the topic “Text file: opening a text file, text file open modes (r, r+, w, w+, a, a+), closing a text file, opening a file using with clause, writing/appending data to a text file using write() and writelines(), reading from a text file using read(),…

Interface of python with SQL Quiz Class 12

Interface of python with SQL Quiz Class 12 Here’s a 15-question quiz based on the topic “Interface of Python with an SQL Database: Connecting SQL with Python, Performing Insert, Update, Delete Queries Using Cursor, Display Data by Using connect(), cursor(), execute(), commit(), fetchone(), fetchall(), rowcount, Creating Database Connectivity Applications, Use of %s Format Specifier or…

Structured Query Language Quiz Class 12

Here’s a 15-question “Structured Query Language Quiz Class 12” based on the topics “Structured Query Language (SQL): Introduction, Data Definition Language (DDL), Data Manipulation Language (DML), Data Types (CHAR(n), VARCHAR(n), INT, FLOAT, DATE), Constraints (NOT NULL, UNIQUE, PRIMARY KEY), Create Database, Use Database, Show Databases, Drop Database, Show Tables, Create Table, Describe Table, Alter Table…