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 b) list,tuple,dictionary,sets c) math,pyplot d) All of the above   3. Data structure can be … Read more

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 the following is a relational operator: a) >  b) // c) … Read more

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 (1-25). Attempt any 20 questions. Section B, consist of 24 Questions (26-49). Attempt any … Read more

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, consist of 25 Questions (26-50). Attempt any 20 Section C, consist of 5 case … Read more

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: “)) sub4=int(input(“Enter marks of the fourth subject: “)) sub5=int(input(“Enter marks of the fifth subject: “)) avg=(sub1+sub2+sub3+sub4+sub5)/5 #printing … Read more

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? a={1:”A”,2:”B”,3:”C”} print(a.setdefault(3)) a) {1: ‘A’, 2: ‘B’, 3: ‘C’} c) … Read more

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 attempt 20 questions. 3. Section B, consists of Question number … Read more

Copywrite © 2020-2025, CBSE Python,
All Rights Reserved