Which of these is the process that allows access of a specific resource to a specific account?
a. Authentication
b. Authorization
c. Logging in
d. Identification
B. Authorization is not the same as authentication, which is a security process that confirms the identity of a user, service, or device.
Computer Science & Information Technology
You might also like to view...
Printed handouts display ________ (small images) of the slides for audience use
Fill in the blank(s) with correct word
Computer Science & Information Technology
The automatic conversion of a wrapper type to the corresponding primitive type when the wrapper type is assigned to a variable of the primitive type is called
A) autoboxing B) unboxing C) type casting D) autoconversion
Computer Science & Information Technology