____ are used to differentiate capability levels.

A. Utility attributes
B. Control attributes
C. Audit attributes
D. Management attributes


Answer: D

Computer Science & Information Technology

You might also like to view...

Identify the compiler errors in and state what is wrong with the code.

``` int Hurry = 17, m, n, o; if(m < n) o = Hurry; n = o; else m = Hurry; ```

Computer Science & Information Technology

To change the size of text within a placeholder, click the dashed border and select the desired font size

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50)?

a. Text myText = new myText(200, 50, "Love to animate!"); b. Text myText = new Text(50.0, 200.0, "Love to animate!"); c. Text myWords = new Text(200.0, 50.0, "Love to animate!"); d. Text Words = new Words(200, 50, "Love to animate!");

Computer Science & Information Technology

You can only specify remote settings when you first create a new site and define the root folder.

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

Computer Science & Information Technology