Which of the following is designed to get minimum business functions up and running as soon as possible?

a. Business continuity plan
b. Disaster recovery plan
c. Backup plan
d. Fault tolerance plan


ANS: A

Computer Science & Information Technology

You might also like to view...

In the following code, what values could be read into number to terminate the while loop?

``` Scanner keyboard = new Scanner(System.in); System.out.print("Enter a number: "); int number = keyboard.nextInt(); while (number < 100 || number > 500) { System.out.print("Enter another number: "); number = keyboard.nextInt(); } ``` a. Numbers less than 100 b. Numbers greater than 500 c. Numbers in the range 100 - 499 d. Numbers in the range 100 - 500

Computer Science & Information Technology

Which of the following use bitmapped graphics:

JPEG: Flash: BMP: GIFF: Postscript: AutoCAD:

Computer Science & Information Technology

Which of the following will have tables, chairs, restrooms, and possibly some basic phone and electric lines, but nothing else?

A. Cold site B. Warm site C. Hot site D. Duplicate site

Computer Science & Information Technology

The terms outsourcing and offshoring are the same thing.

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

Computer Science & Information Technology