|

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…

|

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 containing each line of the file as a list item. a) read() b)…

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…

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 Program c) Raw Data d) Collection of Instructions   2. Full form of IPO…

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…

|

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…

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…