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…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Computer Science with 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…
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(),…
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…
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.…
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…
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:…
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)…
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…
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)…
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”)…