50+ Important Data Structure MCQ for Class 12
50+ Important Data Structure MCQ for Class 12 1. ___________________ is a way to represent data in memory. a) Data Handling b) Data Structure c) Data Dumping d) Data Collection 2. Python built-in data structures are a) integer,float,string…
50+ MCQ on Working with functions in python Class 12
50+ MCQ on Working with functions in python Class 12 Revision Tour of Topics covered in Class 11 1. A function in python begins with which keyword? a) void b) return c) int d) Def 2. Which of the following items are present in the function header?…
150+ MCQ Revision Tour of python class 12
150+ MCQ Revision Tour of python class 12 Unit -1: Computational Thinking and Programming-2 Topic: Revision of python topics covered in class XI 1. Which of the following is a valid identifier: a) 9type b) _type c) Same-type d) True 2. Which of…
Must Prepare Python File Handling MCQ Class 12 for Term 1
Must Prepare Python File Handling MCQ Class 12 for Term 1 MCQ on Writing/appending data to a text file using write() and writelines(), Reading from a text file using read(), readline( ) and readlines() 1. The ____________ method returns a list…
Class 12 Computer Science Sample Paper 2021-22 Term 1
Class 12 Computer Science Sample Paper 2021-22 Term 1 COMPUTER SCIENCE (083) SET-3 Maximum Marks: 35 Time Allowed: 90 Minutes General Instructions: The question paper is divided into 3 Sections – A, B and C. Section A, consist of 25 Questions…
Computer Science Sample Paper Class 11 2021-22 Term 1
Computer Science Sample Paper Class 11 2021-22 Term 1 Class-XI Time: 1.30 hour/M.M.-35 Note: There are 40 questions given below. Attempt any 35 questions. Each question carries one mark. 1. What is information? a) Processed Data ✓ b) Collection of a…
Computer Science Sample Paper Class 12 2021-22 Term 1
Computer Science Sample Paper Class 12 2021-22 Term 1 With Solution Class-XII Time: 1.30 hour/M.M.-35 General Instructions: The question paper is divided into 3 Sections – A, B and Section A, consist of 25 Questions (1-25). Attempt any 20 Section B,…
Practical File Class 11 IP 2022-23
Practical File Class 11 IP Term 1 Program 1. To find average and grade for given marks. sub1=int(input("Enter marks of the first subject: ")) sub2=int(input("Enter marks of the second subject: ")) sub3=int(input("Enter marks of the third subject:…
Dictionary in Python MCQ for class 11-12
Dictionary in Python MCQ for class 11-12 1. In order to store values in terms of key and value we use what core data type a) list b) tuple c) class d) dictionary 2. What is the output of the following code?…
Term 1 Sample Paper Informatics Practices Class 12
Term 1 Sample Paper Informatics Practices Class 12 Subject Code: 065 Time Allowed: 90 minutes Maximum Marks: 35 General Instructions: 1. The paper is divided into 3 Sections- A, B and C. 2. Section A, consists of Question 1 to 25 and student need to…