Which of the following disaster recovery teams provides direction and command during a disaster?

a. The emergency response group
b. The business continuity group
c. The control group
d. The business recovery group


c. The control group
The control group provides direction and control during a disaster and operates from a secure emergency operations center equipped with emergency communications gear.The group gathers and analyzes data needed to make decisions and direct the work of theemergency response team and business recovery team.

Computer Science & Information Technology

You might also like to view...

Given the following environment

#include int data; pthread_mutex_t mutex; int main() { data = 0; pthread_mutex_init(&mutex, NULL); // Code Fragment Goes Here return 0; } Write a code fragment that locks the mutex, increments the value of data by 1 and then unlocks the mutex.

Computer Science & Information Technology

Explain how to apply a different theme to different slides in a presentation. Why should you be cautious in doing so?

What will be an ideal response?

Computer Science & Information Technology

TheĀ  ______________________ method returns the time value in the Date object.

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

Computer Science & Information Technology

_____________ is not a form of modulation used to transform digital data into analog signals.

a. synchronous time division b. amplitude shift keying c. amplitude modulation d. frequency modulation e. phase modulation

Computer Science & Information Technology