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…
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…
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…
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…
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…
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…
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…
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…
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…
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),…