Which of the following business continuity plans focus on the initial response to a disaster and includes plan activation, notification, evacuation, and communication?

A) Response plans
B) Contingency plans
C) Recovery plans
D) Resumption plans


A) Response plans

Computer Science & Information Technology

You might also like to view...

What does the function given here do when called if both the ampersands (&) are removed? Why?

``` void func(int& x, int& y) { int t = x; x = y; y = t; } ```

Computer Science & Information Technology

What special identity group is typically used when a user accesses an FTP server that doesn't require user account logon?

A. IIS_IUSR B. Anonymous logon C. Everyone D. Domain Users

Computer Science & Information Technology

The table named ____________________ is used to indicate the number of copies of a particular book that are currently on hand at a particular branch of Henry Books.

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

Computer Science & Information Technology

?For the border-style property, the horizontal and vertical offset measurements must be specified.

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

Computer Science & Information Technology