Which of the following statements best describes fail-secure system controls?

A. Used to track and approve changes to a system
B. Ensures security is not breached when a computer system crashes
C. Preserves the state of the system before the crash and prevent further damage
D. Used to clearly mark and handle assets

Answer: C
Explanation: Fail-secure system controls preserve the state of the system before the crash and prevent further damage.

Computer Science & Information Technology

You might also like to view...

Match the JavaScript functions and methods to the descriptions

I. prompt() A. Tests to see if user input is a number II. isNaN() B. Converts a string input into a decimal number III. parseFloat() C. Allows user input to be either upper or lower case IV. toUpperCase() D. Pops up a window with a message V. alert() E. Creates a pop-up input window

Computer Science & Information Technology

A __________ stack or queue is built around the linked list.

a. dynamic b. static c. deque-based d. floating-point e. None of these

Computer Science & Information Technology