A virus that is embedded in the automatically executing scipts commonly found in word processors, spreadsheets, and database applications is called a ____.
A. worm
B. boot virus
C. Trojan horse
D. macro virus
Answer: D
Computer Science & Information Technology
You might also like to view...
How many times will the word “Happy” appear in the list box when the following code is executed?
``` Dim index As Integer Do lstBox.Items.Add("Happy") index += 1 Loop While index > 3 ``` (A) 0. (B) 1 (C) 2 (D) 3
Computer Science & Information Technology
In the figure above, item 2 is pointing to the list of Inbox messages displaying ____.
A. unread messages B. read and unread messages C. sent and deleted messages D. sent messages
Computer Science & Information Technology
Suppose we have algorithms that solve a particular problem that have the following complexities. Which one is most efficient?
a) O(1) b) O(log 2 n) c) O(n 2 ) d) O(n 3 ) e) O(2 n
Computer Science & Information Technology
What are the steps for creating a graph?
What will be an ideal response?
Computer Science & Information Technology