What security concept states a user should only be given the minimum set of permissions required to perform necessary tasks?

A. least functionality
B. whitelisting
C. blacklisting
D. function limiting


Answer: A

Computer Science & Information Technology

You might also like to view...

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first >> " " << iter->second << endl; } ```

Computer Science & Information Technology

Digital signatures are used for which of the following?

A) To encrypt a message B) To ensure message confidentiality C) To prove the identity of the sender of the message D) To ensure the message cannot be opened by anyone but the sender

Computer Science & Information Technology

VMware Workstation 12 is only compatible with VMware Fusion version 9 or later.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____________________ is a related set of fonts, colors, styles, and effects that is applied to an entire document to give it a cohesive appearance.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology