Artificial Intelligence Sample Paper Class 10

Artificial Intelligence Sample Paper Class 10 for Term-1 2021-22 SAMPLE QUESTION PAPER FOR TERM -1 Subject Code: 817 Max. Time Allowed: 1 Hour Max. Marks: 25   General Instructions: 1. Please read the instructions carefully 2. This Question Paper is divided into 03 sections, viz., Section A, Section B and Section C. 3. Section A … Read more

Practical File Class 11 IP 2022-23

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: “)) sub3=int(input(“Enter marks of the third subject: “)) sub4=int(input(“Enter marks of the fourth subject: “)) sub5=int(input(“Enter marks of the fifth subject: “)) avg=(sub1+sub2+sub3+sub4+sub5)/5 #printing … Read more

Class 11 Computer Science Sample Paper Term 1 Set-1

Class 11 Computer Science Sample Paper Term 1 Set-1 Half Yearly Examination Class-XI Time: 1.30 hour/M.M.-35 Sub- Computer Science (083) Note: There are 40 questions given below. Attempt any 35 questions. Each question carries one mark.   1. What is information? a) Processed Data ✓ b) Collection of a Program c) Raw Data d) Collection … Read more

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? a={1:”A”,2:”B”,3:”C”} print(a.setdefault(3)) a) {1: ‘A’, 2: ‘B’, 3: ‘C’} c) … Read more

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 attempt 20 questions. 3. Section B, consists of Question number … 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)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. Please read the instructions carefully 2. This Question Paper is divided into 03 sections, viz., Section … Read more

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