A(n) ________ takes advantage of file transport methods to spread on its own

A) worm B) script virus C) macro virus D) encryption virus


A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. When using a While loop to repeatedly process a user's menu selections, the menuSelection variable must be initialized. 2. The best way to write a menu-driven program is to have a single long menu with all possible selections shown. 3. Since modules cannot be executed from a case statement, loops must be used if a module needs to be called. 4. In a menu-driven program the user normally must type the word end to stop the program.

Computer Science & Information Technology

Write a recursive void function that has one parameter which is a positive integer. When called, the function is to write its arguments to the screen backward: If the argument is 1234, the output should be. 4321.

What will be an ideal response?

Computer Science & Information Technology

A(n) ____ list is used to display information in sequential order.

A. ordered B. numeric C. alphanumeric D. bulleted

Computer Science & Information Technology

Viruses that load from USB drives left connected to computers when computers are turned on are known as

a. boot-sector viruses. b. script viruses. c. polymorphic viruses. d. encryption viruses.

Computer Science & Information Technology