Page 372 - Information_Practice_Fliipbook_Class11
P. 372
9. What will be the output produced on the execution of following statement?
print(54 % 5 + 2 ** 3 - 4)
a. 50 b. 8 c. 4.5 d. 212
10. What will be the output produced on the execution of following statement?
>>> L1 = [1, 2, 3]
>>> L2 = [1, 2, 4]
>>> L1 > L2
a. True b. False c. None d. Error
11. State whether the following statement is True or False. Justify your answer.
Platform-as-a-Service (PaaS) is a cloud computing model in which cloud vendors provide developers with a
platform for building apps.
12. IoT stands for ___________________.
a. Internetwork of Things b. Internet of Things
c. Internet over Things d. Internetwork over Things
13. Transaction of data of the bank is a type of:
a. Unstructured data b. Structured data c. Both (a) and (b) d. None of the above.
14. Which of the following simulates the real world and gives the user an experience of interactive 3D environment?
a. Augmented Reality b. Artificial Intelligence c. NLP d. Virtual Reality
15. Which of the following operators has got the highest precedence in Python?
a. + b. * c. ** d. =
16. Which of the following is NOT True about Blockchains?
a. Used to perform digital transactions
b. Works on the concept of centralized database
c. A block is a chunk of data or valid transaction
d. A group of computers maintain a single updated database
Q17 and 18 are Assertion and Reasoning-based questions. Mark the correct choice as
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
17. Assertion(A): A Python script cannot be saved and executed.
Reason(R): Python provides us with two working modes.
18. Assertion(A): Dictionary is a mutable data type.
Reason(R): Out of key-value pair in a dictionary, the key should be immutable.
358 Touchpad Informatics Practices-XI

