Which of the following is a self-contained program that may spread functional copies of itself to other computer systems?

a. Trojan horse
b. malware
c. worm
d. logic bomb


Answer: c

Computer Science & Information Technology

You might also like to view...

Double-clicking the title bar will allow you to:

A) close the window. B) maximize the window. C) delete the document. D) change the font color.

Computer Science & Information Technology

How many assignment operations does the method that you wrote for theprevious question require?

What will be an ideal response?

Computer Science & Information Technology

Personal information manager program such as Outlook provide a way for individuals and workgroups to organize, find, view, and share information easily.

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

Computer Science & Information Technology

What is the value of donuts after the following statement executes?

``` int donuts = 10; if (donuts != 10) donuts = 0; else donuts += 2; ``` a. 12 b. 10 c. 0 d. 1 e. None of these

Computer Science & Information Technology