Which choice is not a description of a control?

A. Detective controls uncover attacks and prompt the action of preventative or corrective controls.
B. Corrective controls always reduce the likelihood of a premeditated attack.
C. Controls reduce the effect of an attack.
D. Controls perform as the countermeasures for threats.


Answer: B. Corrective controls always reduce the likelihood of a premeditated attack.

Computer Science & Information Technology

You might also like to view...

If a is a structure variable and p, a pointer, is a member of the structure, what will the following statement do?

``` cout << *a.p; ``` a. output the dereferenced value pointed to by p b. result in a compiler error c. output the address stored in p d. output the value stored in a e. None of these

Computer Science & Information Technology

What is Power over Ethernet (PoE)?

What will be an ideal response?

Computer Science & Information Technology

A(n) ____________________ is a server that can take a pool of hard disks and present them over the network as any number of logical disks.

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

Computer Science & Information Technology

The case logic structure algorithm:

a. Starts with an IF and ends with an IF/END. b. Starts with a CASE OF VARIABLE and ends with the OTHERWISE. c. Starts with a CASE OF VARIABLE and ends with an END-OF-CASE. d. None of the above.

Computer Science & Information Technology