Who must be notified of Level 3 incidents?

A. Chief executive officer
B. Chief operating officer
C. Chief information security officer
D. Legal council

Answer: C
Explanation: The chief information security officer must be notified about all Level 3 incidents.

Computer Science & Information Technology

You might also like to view...

A(n) ________ cell reference changes when a formula or function is copied from one location to another location

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

Computer Science & Information Technology

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

1) While forked processes are allocated separate memory locations and data, threads execute in the same memory space and share the same resources. 2) Thread method wait causes the calling Thread to wait for the corresponding Thread to die before it can proceed. 3) When a program contains more than one running thread, these threads are switched in and out of the interpreter by the global interpreter lock (GIL) at specified intervals. 4) Unlike a blocked thread, a sleeping thread may still use the interpreter.

Computer Science & Information Technology