A ________ is a virus that is attached to documents such as Word or Excel files

A) script virus B) polymorphic virus C) macro virus D) Trojan horse

C

Computer Science & Information Technology

You might also like to view...

What tag does an ordered list use?

a. dd b. dl c. ol d. dt

Computer Science & Information Technology

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

1) The associative containers store their data in an order different from the insertion order. 2) The set container keeps track of how many copies of a data item you insert in the set object. 3) STL set operations are essentially insert, delete, and the query, “Is it there?”. 4) A Map is a function given as a set of ordered pairs. The first is the key that has to have ordering and the second is any type. The position of a pair in the set is determined by the ordering on the keys.

Computer Science & Information Technology