Page 396 - Computer Science Class 11 Without Functions
P. 396
Practice Paper 2
(Unsolved)
Time: 3 Hrs. Max. Marks: 70
General instructions
• This question paper contains five sections, Section A to E.
• All questions are compulsory.
• Section A has 18 questions carrying 01 mark each.
• Section B has 07 Very Short Answer type questions carrying 02 marks each.
• Section C has 05 Short Answer type questions carrying 03 marks each.
• Section D has 03 Long Answer type questions carrying 05 marks each.
• Section E has 02 questions carrying 04 marks each. One internal choice is given in Q34 against part c only.
• All programming questions are to be answered using Python Language only.
Section-A
1. Which of the following memory of the computer is used to speed up the computer processing?
a. Cache b. ROM
c. RAM d. None of these
2. Four Bits makes _______.
a. 1Byte b. 1KB
c. 1MB d. 1Nibble
3. Which of the following is correct about memory and storage?
a. Memory is temporary, Storage is temporary b. Memory is temporary, Storage is permanent
c. Memory is permanent, Storage is temporary d. Memory is slow, Storage is Fast
4. Is Python code compiled or interpreted?
a. Python code is both compiled and interpreted b. Python code is neither compiled nor interpreted
c. Python code is only compiled d. Python code is only interpreted
5. All keywords in Python are in _________.
a. Capitalized b. lower case
c. UPPER CASE d. None of the mentioned
6. What will be the output of the following Python code?
x = 'abcd'
for i in x:
print(i.upper())
a. a B C D b. a b c d
c. Error d. A B C D in vertically
7. NAND Gate can be simplified as:
a. AND followed by OR b. AND followed by NOT
c. NOT followed by AND d. OR followed by AND
394 Touchpad Computer Science-XI

