A virus that is triggered by the passage of time is called a ________
A) macro virus
B) time bomb
C) logic bomb
D) worm
B
Computer Science & Information Technology
You might also like to view...
What is the output of this code?
int arr[] = { 1, 2, 3}; for (int &element : arr) element+=10; for (int element : arr) cout << element << endl; a. 1 2 3 b. 11 12 13
Computer Science & Information Technology
How do you toggle fields on and off?
A) Shift+F9 B) Ctrl+F9 C) Ctrl+F7 D) Shift+F6
Computer Science & Information Technology
Formatting does not change the data value, it only changes its appearance
Indicate whether the statement is true or false.
Computer Science & Information Technology
Which of the following describes the way lookup fields are displayed in datasheets and forms?
A) Layout choice B) Combo box C) Dialog box D) Selection form
Computer Science & Information Technology