Access controls can be role-based or task-based, with role-based access control assigning permissions to roles like "manager" or "intern," and task-based access control granting permissions based on the specific tasks a user is performing. Both methods help enhance security by limiting access to necessary privileges. Understanding these types is crucial for effective systems management. ;
The correct answer to the type of access controls that can be role-based or task-based is C. nondiscretionary. Non-discretionary access controls, including role-based and task-based controls, assign permissions based on predefined criteria rather than individual user discretion.
;