XIComp
XIComp
Term -I (2023-24)
Class: XI Sec: _______ MM: 70
Subject: Computer Science (083) Duration: 3 Hours
Student’s Name: _____________________________Roll No. _________Admission No. __________Date: _________
General Instructions:
This question paper contains three parts A and B and C. Each part is compulsory.
Part A, Part B and Part C have choices.
All programming questions are to be answered using Python Language only.
PART: A
Section: I Select the most appropriate option out of the options given for each question. Attempt any 15
questions from question no 1 to 21, Each question carries 1 mark.
Page 1 of 2
Section: II Case study-based questions are Compulsory. Each question carries 1 mark. Attempt any 5 questions.
Q.22 Rahul is a student of Computer Science. He wants to buy a laptop for his practical. Being a Computer Science
Student you have to help Rahul. Answer the following questions.
a) Which Company’s Laptop must he purchase?
b) What should be the RAM for this Laptop and Why?
c) Which Operating System should be there in Laptop?
d) What should be the medium of purchase online or offline? Give your comments.
e) If you were Rahul, which Laptop you would prefer to buy?
f) Which storage device you going to prefer H.D.D. or S.D.D?
PART: B
Description based questions. Attempt any 10 questions from question no 23 to 33. Each question carries 2 marks.
Q.23 Make a table of Computer memory management.
Q.24 What are the applications of Python?
Q.25 What is the difference between RAM and ROM?
Q.26 What is Compiler? Explain in your words.
Q.27 Add the binary numbers-110111011011 and 111000111101.
Q.28 Convert (ABC9)16 to Octal
Q.29 What is Unicode? What is its Significance?
Q.30 Draw the Circuit of NOT Gate.
Q.31 What is Anti-Virus software?
Q.32 Make a flow-chart to find number is even or odd.
Q.33 What is algorithm? How it plays an important role in Programming?
PART: C
Application and programming-based questions. Attempt all questions. Question no 34 to 38 carries 4 marks Each,
questions no 39 and 40 carries 5 marks each.
Q.34 Write a python program to find the factorial of input number.
Q.35 Write a python program to print table of input number.
Q.36 Write the Python code for given pattern. 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Q.37 Obtain the Boolean Expression for the logic circuit shown below:
̅𝒄 + 𝒄̅𝒂
Q.38 Draw the logic circuit diagram for following Expression: 𝒀 = 𝒂𝒃 + 𝒃 ̅
Q.39 Explain Basic Logic gates with their truth tables.
Q.40 What are DeMorgan’s theorems? Explain any one theorem algebraically.
OR
Write a python program to convert temperature in Fahrenheit which entered in Celsius.
(Celsius to Fahrenheit: °F = (°C × 95) + 32)
Page 2 of 2