Page 130 - TP_Prime_V2.2_Class7
P. 130
Test Sheet 2
(Based on chapters 5 to 10)
A. Tick ( ) the correct option.
1. Which of the following is not the conditional statement in Python?
Prime (Ver. 2.2)-VII 2. What is the answer of the expression, 2**2**2? TEST SHEET 2
(i) if Statement
(ii) if…else Statement
(iv) None of these
(iii) if...elif...else Statement
(ii) 16
(i) 2
(iv) 8
(iii) 4
3. Which of the following programs damages our computer?
128 (i) Antivirus (ii) Firewall 129
(iii) Malware (iv) Norton
4. Why do hackers break into the other’s computer system?
(i) To steal important data (ii) To destroy the system
(iii) Both (i) and (ii) (iv) None of these
5. The process of writing blogs is called ________________.
(i) Chatting (ii) Podcasting
(iii) Downloading (iv) Blogging
6. How do Smart Homes achieve remote monitoring and management of appliances?
(i) Physical buttons (ii) Internet-connected devices
(iii) Voice commands (iv) Infrared sensors
B. Write ‘T’ for true and ‘F’ for false.
1. The if…elif…else statement is not a conditional statement in Python. __________
2. Greater than (>) operator checks whether the value of the left operand
is greater than the value of the right operand. __________
3. A virus cannot replicate itself. __________
4. Keep your privacy settings always off. __________
5. Website is a collection of files and folders. __________
6. ATM is a part of e-banking. __________

