Which of the following statements best describes separation of duties?

A. No one person in an organization has the ability to control a security activity.
B. Different tasks are assigned to different people.
C. Each person is assigned the highest level of privileges needed to complete a task.
D. Multiple people have the ability to control a security activity.


Answer: A
Explanation: The goal of separation of duties is to ensure no single person can control a security activity to prevent errors in judgment or malicious acts.

Computer Science & Information Technology

You might also like to view...

When applied to instance variables, the ________________ visibility modifier enforces encapsulation.

a) static b) final c) public d) private e) none of the above

Computer Science & Information Technology

How many bytes of memory are used in MS Visual C++ for the datatype float ?

A. 1 B. 4 C. 8 D. 2

Computer Science & Information Technology

Which of the following Windows commands will delete the files and directories at the destination location that no longer exist at the source location?

A. copy /v B. xcopy /y C. robocopy /purge D. format /q

Computer Science & Information Technology

The ____ HTML target setting opens a linked document in the full body of a window.

A. _top B. _new C. _blank D. _self

Computer Science & Information Technology