____ relies on the organization's ability to maintain disciplined, routine security processes, like backups and archiving.

A. Enterprise continuity
B. Risk management
C. Disaster recovery
D. Risk mitigation


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A structure can have a member whose type is another structure. 2. Consider these hierarchical structures. ``` struct Date { int year; //members }; struct Person { Date birthDay; //other members }; Person Bill; ``` 3. No special syntax is necessary to define a function that uses a structure parameter. (This is unlike using an array parameter.) 4. There is no aggregate initialization available for structure variables. You must declare structure variables then use assignment to initialize the members. 5. A class is a type similar to a structure type that normally has member functions as well as member variables.

Computer Science & Information Technology

The classpath consists of a list of directories or archive files, each separated by a ________ on Windows or a ________ on UNIX/Linux/Max OS X.

a. colon (:), semicolon (;). b. semicolon (;), colon (:). c. comma (,), semicolon (;). d. semicolon (;), comma (,).

Computer Science & Information Technology

What is a specialty search engine?

A) Searches only sites deemed appropriate to an interest or industry B) Fee-based search engines with human assistants C) A collection of bookmarks on a topic D) A metasearch engine

Computer Science & Information Technology

At which layers of the OSI model do 802.11 wireless LANs function?  (Choose all that apply.)

A. Physical B. Data Link C. Network D. Transport

Computer Science & Information Technology