Page 371 - Information_Practice_Fliipbook_Class11
P. 371
Practice Paper 2
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.
• All programming questions are to be answered using Python Language only.
Section A (1 Mark each)
1. Which one of the following is equal to 1 GB?
a. 1024 * 1024 KB b. 1024 KB c. 1024 * 1024 MB d. 1024 MB
2. Which input/output device can be used for the following?
a. To print large maps
b. To hear a song
3. Out of two candidate keys in a table, the attribute that is not chosen as the primary key is ____________ key.
a. Primary b. Alternate c. Foreign d. Domain
4. Expand the following:
a. SaaS
b. IDLE
5. In case of __________________computing, the storage and processing facilities are provided online.
a. Cloud b. Grid c. Distributed d. network
6. Which of the following is an example of a list in Python?
a. {ꞌaaꞌ,ꞌbbꞌ,ꞌccꞌ,ꞌddꞌ}
b. (ꞌaaꞌ,ꞌbbꞌ,ꞌccꞌ,ꞌddꞌ)
c. [ꞌaaꞌ,ꞌbbꞌ,ꞌccꞌ,ꞌddꞌ]
d. "aa,bb,cc,dd"
7. State whether the following statement is True or False. Justify your answer.
The break statement is used to terminate the loop immediately when it is encountered.
8. Which one of the following is not a keyword in Python?
a. break b. switch c. for d. else
Practice Paper 2 357

