Which of the following is a document that you will need as support to your disaster recovery plan?

A) The disaster recovery plan
B) Installation instructions and media for all software
C) List of past disasters
D) All of the above

B

Computer Science & Information Technology

You might also like to view...

After becoming familiar with the data in a database, what should be the first step when creating an action query?

A) Run the query. B) Back up the database. C) Using design view, create the query. D) Save the database in an earlier version.

Computer Science & Information Technology

Assume p is a Polygon, to add a point (4, 5) into p, use _______.

a. p.getPoints().add(4); p.getPoints().add(5); b. p.getPoints().add(4.0); p.getPoints().add(5.0); c. p.getPoints().addAll(4, 5); d. p.getPoints().addAll(4.0, 5.0);

Computer Science & Information Technology