Which of the following best describes full-scale testing?

A. Testing conducted at the enterprise level with a full simulation of a disaster with suspending all operations
B. Scenario-driven exercises but limited in scope to simulate a failure of a critical business function
C. A discussion-based exercise that does not involve deploying equipment or other resources
D. A systematic walkthrough of the procedures to determine disaster readiness


Answer: A
Explanation: Full-scale testing simulates a real disaster. Functional exercises are scenario-driven but limited in scope. Tabletop simulations are discussion-based and structured reviews are procedure walkthroughs.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a syntax error?

a. std::cout << 'Hello world! '; b. std::cout << "Hello world! "; c. std::cout << "Hello world! "; d. std::cout << Hello world!;

Computer Science & Information Technology

Which class is not a type-wrapper class?

a. Character b. Int c. Double d. Byte

Computer Science & Information Technology

Which ios formatting flag can you use with a string stream object?

A. precision() B. setf(ios:: fixed) C. Both A & B D. none of the above

Computer Science & Information Technology

A recurring task is a task that repeats at regular intervals

Indicate whether the statement is true or false

Computer Science & Information Technology