Which of the following describes evacuations and shelter-in-place procedures for a threat or incident?

A. Occupant emergency plan (OEP)
B. Business continuity threat assessment
C. Business continuity risk assessment
D. Continuity of operation plan (COOP)


Answer: A
Explanation: The occupant emergency plan (OEP) describes evacuation and shelter-in-place procedures in case of an emergency, incident, or threat. It is maintained by the Human Resource department and is separate from the business continuity plan.

Computer Science & Information Technology

You might also like to view...

Which constructor below creates a JInternalFrame that is resizable, closable, maximizable, and minimizable?

a. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, true); b. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, false, true); c. JInternalFrame frame = new JInternalFrame("Internal Frame", true, true, true, false); d. JInternalFrame frame = new JInternalFrame("Internal Frame", false, false, true, true);

Computer Science & Information Technology

The following sentence is punctuated correctly.? After the demonstration, the teacher reviewed the techniques; and after a question period, the students completed an independent practice on what they had learned.

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

Computer Science & Information Technology

To identify a cell, specify the ____ first.

A. row number B. row letter C. column letter D. column number

Computer Science & Information Technology

You have been tasked with creating a VPC network topology for your company. The VPC network must support both Internet-facing applications and internally-facing applications accessed only over VPN. Both Internet-facing and internally-facing applications must be able to leverage at least three AZs for high availability. At a minimum, how many subnets must you create within your VPC to accommodate these requirements?

A. 2 B. 3 C. 4 D. 6

Computer Science & Information Technology