Xi Hy 2023 Ip 18112023
Xi Hy 2023 Ip 18112023
General Instructions:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A have 18 questions carrying 01 mark each.
4. Section B has 07 Very Short Answer type questions carrying 02 marks each.
5. Section C has 05 Short Answer type questions carrying 03 marks each.
6. Section D has 02 questions carrying 04 marks each.
7. Section E has 03 questions carrying 05 marks each.
8. All programming questions are to be answered using Python Language only.
SECTION A
1 __________ mode display >>>(Python Shell) 1
a) Interactive mode b) Debug mode c)Script mode d)Output mode
2 Which of the following is not an example of secondary memory? 1
a) CD b)RAM c)DVD d)SSD
3 What will be the output for this expression : 2*3**2 1
a) 18 b)36 c)7 d) none of these
4 Which of the following statements will make a repetition construct? 1
a) If b)If-else c)for d) None of these
5 Which of the following operator returns quotient without fractional part? 1
a) * b) // c) ** d) %
6 The physical components of a computer is known as __________ 1
a) Software b)Hardware c)Humanware d)Openware
7 RAM stands for ____ 1
a) Read Access Memory
b) Random Access Memory
c) Random Acquired Memory
d) Read Acquired Memory
8 Dhanush wants to use multiline strings in her python program. But she forgot which symbol out 1
of the following is used to accept multiline string in python. Help her by selecting an appropriate
option out of the following?
a) Single Quote (‘ ‘)
b) Double Quote (“ “)
c) Triple Quote(’’’ ’’’)
d) Both b) & c)
9 Which of the following is smallest unit of computer’s memory? 1
a) Bit b)byte c)KB d)MB
10 Which of the following is not a valid loop in python? 1
a)for b)do-while c)while d)if-else
11 Which of the following is not an input device? 1
a)Joystick b)Barcode Reader c)Plotter d)Lightpen
12 Which of the following is an invalid identifier? 1
a) Doc1 b) doc1 c) _Doc1 d) #Doc1
13 How many function keys are there in Computer Keyboard? 1
a) 10 b)11 c) 12 d) 15
14 Which of the following language processor is used by python to execute the program? 1
a) Compiler
b) Assembler
c) Interpreter
d) Kernel
15 A group of 4 bits is called as ________ 1
a) byte b) nibble c) Kilobyte d)Megabyte
16 A Disk defragmenter is an example of _________ 1
a) General Purpose Software
b) Desktop Publishing
c) Utilities
d) IDE Tools
17 Assertion (A): RAM is known as Volatile Memory. 1
Reason (R): When power off, the data will be stored in the internal storage.
a)Both A and R are true and R is the correct explanation for A
b)Both A and R are true and R is not the correct explanation for A
c) A is True but R is False
d)A is false but R is True
18 Assertion (A): Python is a Compiler language. 1
Reason (R) : It executes the code line by line at a time.
a)Both A and R are true and R is the correct explanation for A
b)Both A and R are true and R is not the correct explanation for A
c) A is True but R is False
d)A is false but R is True
SECTION B
19 Differentiate between CU and ALU 2
Or
Differentiate between Primary Memory & Secondary Memory
20 Enlist any four Python advantages 2