For an airline, what are its most important assets? What are the minimal computing resources it would need to continue business for a limited period (up to 2 days). What other systems or processes could it use during the period of the disaster?
What will be an ideal response?
Assets: Reputation, customer reservations and ticket records, and personnel-?aircraft scheduling plans. (In addition to the computerized navigation equipment, personnel and, of course, planes.)
You might also like to view...
Mutator methods are sometimes called __________.
a. getters b. accessors c. setters d. constructors
JavaScript is a(n) ____________________ language, in which the program code is executed directly without compiling each time it is run.
Fill in the blank(s) with the appropriate word(s).
Which option is used by people sending meeting requests, to determine when you are available for meetings?
A. Time Zones B. Response Options C. Scheduling D. Recurrence
If the contents of a string variable named destString are "Hello", then the function call strcat(destString, " there World!") results in the string value ____ being assigned to destString.
A. "there World!" B. "Helloe World!" C. "Hellothere World!" D. "Hello there World!"