Which one of the following disaster recovery test types involves the actual activation of the disaster recovery facility?
A. Simulation test
B. Tabletop exercise
C. Parallel test
D. Checklist review
Answer: C. Parallel test
You might also like to view...
When macros do not work as intended, you can perform the macro one ________ at a time to discover where the error occurs
Fill in the blank(s) with correct word
The ________ button will remove all items from the Office Clipboard
A) Clear All B) Remove All C) Close D) Cut
The term occurrence is used to describe the number of attributes or fields pertaining to a specific entity.
Answer the following statement true (T) or false (F)
Which of the following function declarations could be used to input data from the keyboard into the array?
a. void input(int array[], int &numElements, int MAX_SIZE); b. void input(int array[], int numElements, int MAX_SIZE); c. void input(int &array[], int numElements, int MAX_SIZE); d. int array[] input(int array[], int &numElements, int MAX_SIZE);