MCQ Single Best Answer Easy

QWhich of the following is not an authorization type?

ID: #23255 Secure Programming Practices 87 views
Question Info
#23255Q ID
EasyDifficulty
Secure Programming PracticesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A User Access Control
  • B Mandatory Access Control
  • C Role-based Access Control
  • D Discretionary Access Control
Correct Answer: Option A

Explanation

The correct answer is:

User Access Control

Explanation:

  • User Access Control (UAC) is a security feature in operating systems like Windows, which helps prevent unauthorized changes to the system. It is not an authorization type but rather a mechanism for limiting the permissions of user accounts.

The other options are all authorization types:

  • Mandatory Access Control (MAC): Access control policy where access to resources is restricted based on system-enforced policies, and users cannot change them.
  • Role-based Access Control (RBAC): Access is granted based on the roles that users have within an organization.
  • Discretionary Access Control (DAC): The owner of the resource determines who has access to it.

Share This Question

Challenge a friend or share with your study group.