Which of the following is an example of course-grained access control?
A. Employees can open the door.
B. Employees based in the US can open or close the door during office hours.
C. Employees in the Engineering department and based in the US can open or close the door during office hours if they are assigned to an active project.
D. Employees with passwords can open the door.
A
Explanation: Course-grained access control describes a method with little or no specificity to its rule set.
Computer Science & Information Technology
You might also like to view...
Database tables must have unique names.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Write a sequence of two statements that is equivalent to the following three-statement sequence. Use operators with side effects and avoid parentheses where possible.
x = y * 10; y = y + 1; z = z * (y + 5);
Computer Science & Information Technology