________ are the individuals who work both offensively and defensively at various times.

A. Hacktivists
B. Gray Hats
C. White Hats
D. Script Kiddies

Answer: B. Gray Hats

Computer Science & Information Technology

You might also like to view...

What output is produced by the following code fragment?

``` int limit = 100, num1 = 15, num2 = 40; if (limit <= limit) { if (num1 == num2) System.out.println("lemon"); System.out.println("lime"); } System.out.println("grape"); ```

Computer Science & Information Technology

The Center Page command is located on the Layout tab of the __________ dialog box.

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

Computer Science & Information Technology