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…
Information Technology Sample Paper Class 12
Information Technology Sample Paper Class 12 Term-1 2021-22 Subject Code: 802 Max. Time Allowed: 90 Minutes Max. Marks: 30 Check Term 2 Sample Paper here General Instructions: 1. This Question Paper is divided into 03 sections, viz., Section A, Section B…
100+ Text File MCQ Question Bank For Class 12
Text File MCQ Question Bank For Class 12 1. Which of the following command is used to open a file “c:\temp.txt” in read-mode only? a) infile = open(“c:\temp.txt”, “r”) b) infile = open(“c:\\temp.txt”, “r”) c) infile = open(file = “c:\temp.txt”,…
CSV File MCQ Question Bank For Class 12
CSV File MCQ Question Bank For Class 12 1. To open a file c:\scores.csv for reading, we use _______ command. a) infile = open(“c:\scores.csv”, “r”) b) infile = open(“c:\\scores.csv”, “r”) c) infile = open(file = “c:\scores.csv”, “r”) d) infile =…
Binary File MCQ Question Bank For Class 12
Binary File MCQ Question Bank For Class 12 1. Out of the followings which mode is used for both reading and writing in binary format in file? a) wb b) wb+ c) w d) w+ 2. Which of the following is not true about binary files? a) Binary…
(Solved)Term 1 Sample Paper Computer Science 2021-22 Class 12
Term 1 Sample Paper Computer Science 2021-22 for Class 12 Class: 12 Computer Science (Code 083) (Theory: Term-1) Maximum Marks: 35/Time Allowed: 90 Minutes General Instructions: The question paper is divided into 3 Sections – A, B and Section A,…
Dictionary in Python Quiz for Class 11-12
Dictionary in Python Quiz for Class 11 The quiz contains 16 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Term Wise Syllabus Computer Science (083) 2021-22
CBSE New Scheme: Term I and Term II syllabus for Computer Science (083) 2021-22 Term Wise Syllabus Computer Science (083) Distribution of Marks: Unit Unit Name Term 1 Term 2 I Computational Thinking and Programming – 2 35 5 II Computer Networks…