Page 132 - tp_Modula_v2.0
P. 132
12. A ________ is a person who seeks and exploits weaknesses in a computer system or computer network.
(a) Bacteria (b) Virus (c) Hacker (d) Cracker
13. Identify the correct statement about Spiderbot.
(a) It is a piece of code that finds websites which have words that matches the search query.
(b) It is a spider which moves like a robot.
(c) It is a robot that looks like a spider.
(d) It is a program that changes your cursor to look like a person.
14. The acronym WiMAX stands for ________.
(a) Wired Interoperability for Microwave Access
(b) Worldwide Internet for Microwave Access
(c) Worldwide Interoperability for Microwave Access
(d) Wireless for Microwave Access
15. Which feature of Google Maps enables the users to view and navigate through 360° horizontal and 290° vertical
panoramic street level images of various cities around the world?
(a) Google Street View (b) Google Chrome (c) Google Drive (d) Google AdWords
16. In MS Outlook, contacts are initially displayed in the Content pane, alphabetically sorted in ascending order by the
________ field.
(a) Sort (b) Medium (c) Conversation (d) File As
17. What will be the output of the following Python code?
a = 2
while True:
if a%5 == 0:
break
print(a)
a += 1
(a) 1 2 3 (b) 2 3 4 (c) 2 3 (d) error
18. To add a plain colour background to your Web page, you will use which of the following?
(a) <body bgcolor= “36,24,35”> (b) <body color= “# FF000”>
(c) <body bgcolor= “# FF000”> (d) All of the above
19. Which of the given statements is INCORRECT?
(a) In XML tags must be closed. (b) XML tags are case sensitive.
(c) XML documents must have a root tag. (d) XML is used to create animated presentations.
20. Which of these is NOT a type of data backup?
(a) Full Backup (b) Minute Backup (c) Differential Backup (d) Online Backup
Section C
(Each question has four choices (a), (b), (c) and (d), out of which TWO are correct.)
21. The ________ located at the top of the Microsoft Outlook window, includes tabs which has ________ of buttons, drop-
down lists and galleries.
(a) Menu (b) Ribbon (c) Groups (d) Lists
22. Which of the following are the main four rules for an AI agent?
(a) An AI agent must have the ability to perceive the environment.
(b) The observation is not used to make decisions.
(c) Decision should result in an action.
(d) The action taken by an AI agent must be an irrational action.
Answers
1. (a) 2. (d) 3. (a) 4. (c) 5. (d)
6. (b) 7. (a) 8. (a) 9. (c) 10. (b)
11. (a) 12. (c) 13. (a) 14. (c) 15. (a)
16. (d) 17. (b) 18. (c) 19. (d) 20. (b)
21. (b), (c) 22. (a), (c)
130 Touchpad MODULAR (Version 2.0)

