Which of the following methods can viruses use to spread themselves?
a. By emailing itself to every email address in the victim's address book
b. By scanning the victim's machine for network connections and copying itself to other machines the victim's machine has access to
c. By using its own internal email engine to spread itself
d. All the above
ANS: D
You might also like to view...
Which keyboard shortcut toggles through the types of reference options?
A) F2 B) F3 C) F4 D) F5
Dynamic binding determines which function should be called at runtime, based on the ____ type making the call.
a. object b. class c. function d. operator
You can change the internal margins of a text box in the Format Shape dialog box.
Answer the following statement true (T) or false (F)
Which statement properly uses the inflate method??
A. inflater.inflate(R.layout.photos, container); B. inflater.inflate(container, R.layout.photos, false); C. inflater.inflate(R.layout.photos, container, false); D. inflater.inflate(container, R.layout.photos);