What individuals in an organization should have the authority to declare a disaster and activate the DRP?
a. All individuals
b. Security personnel only
c. Senior managers only
d. Administrative staff only
Answer: c. Senior managers only
You might also like to view...
Drawing objects, such as stars, rectangles, and arrows, are called ________
A) panes B) templates C) symbols D) shapes
There are many templates available online
Indicate whether the statement is true or false
When you change the lookup field's source table, the options will be updated when the user tries to change data in the future.
Answer the following statement true (T) or false (F)
Assume that intCounter is an int variable initialized to 5. Which of the following loop continuation conditions can be used in a do while statement to print the values 5 through 15, inclusive?
a) intCounter > 5 b) intCounter < 15 c) intCounter <= 15 d) intCounter < 16 e) Both c and d.