The purpose of information classification is:

a. To establish procedures for safely disposing of information
b. To establish procedures for the protection of information
c. To establish procedures for information labeling
d. To establish sensitivity levels for information


b. To establish procedures for the protection of information

Computer Science & Information Technology

You might also like to view...

What will be the value of x[8] after the following code is executed?

``` final int SUB = 12; int[] x = new int[SUB]; int y = 20; for(int i = 0; i < SUB; i++) { x[i] = y; y += 5; } ``` a. 50 b. 55 c. 60 d. 65

Computer Science & Information Technology

Controls that display text have a ____________ property that allows you to change the color of the text.

a. Text Color b. Fore Color c. Font Color d. Color

Computer Science & Information Technology

The _________________________ service provides administrators with a way of centrally managing workstations, servers, hubs, and routers from a single computer running management software.

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

Computer Science & Information Technology

Authorization is granting permission for admittance.

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

Computer Science & Information Technology