Which of the following is not a security principal that can be assigned permissions?

A. computers
B. groups
C. users
D. OU


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. An individual array element can be processed like any other type of C++ variable. 2. In C++11 you cannot use a range-based for loop to modify the contents of an array unless you declare the range variable as a reference variable. 3. In C++11 the range-based for loop is best used in situations where you need the element subscript for some purpose. 4. Although two-dimensional arrays are a novel idea, there is no known way to pass one to a function. 5. Each individual element of an array can be accessed by the array name and the element subscript.

Computer Science & Information Technology

How do we implement breadth-first search traversal of a tree?

a. By using the queue data structure b. By using the stack data structure c. Recursively choosing the right child node d. Starting at the leaf nodes and working our way up

Computer Science & Information Technology

Since browsers that do not support the video element ignore the tag, one needs to _____.?

A. ?insert text content between the and tags to alert users B. ?insert additional … tags C. ?avoid using the video elements in a nonsupportive environment D. ?install supportive plug-ins

Computer Science & Information Technology

If you bend a fiber-optic cable too much, you will get ____________________.

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

Computer Science & Information Technology