Establishing a published chart of roles, responsibilities, and chain of command to be used during a disaster is an example of which of the following?
A. Fault tolerance
B. Succession planning
C. Business continuity testing
D. Recovery point objectives
Answer: B. Succession planning
You might also like to view...
Sepia changes picture colors into ____.
A. black, white, and gray B. red, blue, and green C. orange, yellow, and blue D. brown, gold, and yellow
Class-level variables retain their values and remain in the computer's internal memory until the application ends.
Answer the following statement true (T) or false (F)
Which of the following is the correct way TPS manage data?
A. Business event or transaction organization's database TPS B. Business event or transaction TPS organization's database C. TPS business event or transaction organization's database D. TPS organization's database business event or transaction
You can replace the items in anArray with those of newArray with the following operation: ____.
A. anArray[] = newArray[]; B. anArray = newArray; C. anArray[] == newArray[]; D. anArray == newArray;