The __________ is what the virus “does”.
A. infection mechanism B. trigger
C. logic bomb D. payload
D. payload
Computer Science & Information Technology
You might also like to view...
The current directory is the root directory. To remove the Util directory from drive C, enter
A) ERA C:\UTIL B) DEL C:\UTIL C) RD C:\UTIL D) RD C:\
Computer Science & Information Technology
If an exception is caught in C++, the most likely reason is because:
A. a catch clause was written to catch it B. the exception was not a wild exception C. the exception was not a random exception D. the exception was “tried” by a try clause and found to be guilty (that is, incorrectly programmed)
Computer Science & Information Technology