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

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