A disaster management tool that can provide an organization with additional financial resources at the time an unforeseen event occurs is ____.
A. a risk management policy
B. an access and security control measure
C. business interruption insurance
D. a disaster/contingency plan
Answer: C
You might also like to view...
Match the following terms to their meanings:
I. Slack II. Work Breakdown Structure III. Indenting IV. Outdenting V. Summary task A. Moves a task to the left B. Often created in a top-down structure C. The time a task can be delayed from its scheduled start date D. A heading for a grouped task E. Moves a task to the right
Which key sizes does WEP use?
A. 64 bits and 128 bits B. 40 bits and 104 bits C. 64 bits and 256 bits D. 128 bits and 256 bits
How many chart types does Excel offer?
A. 5 B. 11 C. 29 D. 50
Which statement will place 5 dollar sign ($) characters in the string dollarStr?
A. dollarStr = ('$', 5); B. dollarStr.set(5, '$'); C. dollarStr.assign(5, '$'); D. dollarStr = string('$', 5);