🔥 LIVE 👩‍🏫 Teachers: Host Live Tests  |  🎓 Students: Practice Class-wise Quizzes Go to Quiz Portal ➔

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

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

Data File Handling in Python Class 12 Notes

Python File Handling Notes for class 12    Data File Handling in Python Data maintained inside the files is termed as persistent data. It means it is permanent in nature. Python allow us to read data from and save data to external text files permanently on secondary storage media. Before we start working with a … Read more