After a merger, it was determined that several individuals could perform the tasks of a network administrator in the merged organization. Which of the following should have been performed to ensure that employees have proper access?
A. Time-of-day restrictions
B. Change management
C. Periodic auditing of user credentials
D. User rights and permission review
Answer: D. User rights and permission review
You might also like to view...
Running the CPU faster than the manufacturer recommends is called ________
Fill in the blank(s) with correct word
What is wrong with this code?
``` void WriteDay(char d[]); int main( ) { char Day [10] = “Friday”; WriteDay(Day[]); Return 0; } ``` A. The brackets are not needed in the call statement. B. “Friday” is too short for the array. C. The code is correct as written. D. The call statement should be written as WriteDay(Day[10]);
Which of the following statements divides a variable by 8?
A. var << 3 B. var << 4 C. var >> 3 D. var >> 4 E. var >> 8
What is an operating system? Give two examples.
What will be an ideal response?