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
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
Which of the following use bitmapped graphics:
JPEG: Flash: BMP: GIFF: Postscript: AutoCAD:
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
The terms outsourcing and offshoring are the same thing.
Answer the following statement true (T) or false (F)