Dictionary in Python MCQ for class 11-12
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) class d) dictionary 2. What is the output of the following code?…
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…
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…
Information Technology (402) Term 1 Sample Paper for class 9 2021-22
Information Technology (402) Term 1 Sample Paper for class 9 2021-22 INFORMATION TECHNOLOGY (SUBJECT CODE 402) CLASS IX (SESSION 2021-2022) SAMPLE QUESTION PAPER FOR TERM -1 Max. Time Allowed: 60 Minutes (1 Hrs.) Max. Marks: 25 For Term 2 Check Here: IT…
(Solved)Information Technology (402) Term 1 Sample Paper for class 10 2021-22
Information Technology (402) Term 1 Sample Paper for class 10 2021-22 INFORMATION TECHNOLOGY (SUBJECT CODE 402) CLASS X (SESSION 2021-2022) SAMPLE QUESTION PAPER FOR TERM -1 Max. Time Allowed: 60 Minutes (1 Hrs.) Max. Marks: 25 General Instructions: 1.…
(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,…