____ viruses infect the system files your computer uses every time it powers up.

A. Logic
B. Payload
C. Boot sector
D. Black hat

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements assigns the Flavor enumerated type value to The integer variable?

Look at the following code sample: ``` enum Flavor { Vanilla, Strawberry, Chocolate } ``` a. int n = Flavor.Strawberry.ToInteger(); b. int n = Strawberry.IntValue; c. int n = (Flavor) Strawberry; d. int n = (int) Flavor.Strawberry;

Computer Science & Information Technology

The process of running a program over and over to find and repair errors and make sure the program behaves in the way it should is known as ________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology