Joe processes several requisitions during the day and during the night shift they are approved by Ann. This is an example of which of the following?

A. Separation of duties
B. Discretionary access
C. Mandatory access
D. Time of day restrictions


Answer: B. Discretionary access

Computer Science & Information Technology

You might also like to view...

What is wrong in the following code?

``` #include using namespace std; class TempClass { public: int i; TempClass() { int i = 5; } }; int main() { TempClass temp(2); return 0; } ``` a. The program has a compilation error because TempClass does not have a constructor with an int argument. b. The program compiles fine, but it does not run because class C is not public. c. The program has a compilation error because TempClass does not have a default constructor. d. The program compiles and runs fine.

Computer Science & Information Technology

A(n) ________ is a saved link to a regularly visited webpage

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ macro can be attached to a command button control on a form

A) dependent B) external C) embedded D) stand-alone

Computer Science & Information Technology

Web pages have two sections: a head and a body

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

Computer Science & Information Technology