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

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 and Section C. 2. Section A is of 05 marks and has 06 questions … Read more

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”, “r+”) d) infile = open(file = “c:\\temp.txt”, “r+”)   2. Which of the following … Read more

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 = open(file = “c:\\scores.csv”, “r”)     2. State True/False : (i) The csv files … Read more

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 — 10 III Database Management — 20 Total Marks 35 35 TERM … Read more

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