Which backup technique is most appropriate for sequential batch systems?

A. grandparent-parent-child approach
B. staggered backup approach
C. direct backup
D. remote site, intermittent backup


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement below initializes array items to contain 3 rows and 2 columns?

a. int[][] items = {{2, 4}, {6, 8}, {10, 12}}; b. int[][] items = {{2, 6, 10}, {4, 8, 12}}; c. int[][] items = {2, 4}, {6, 8}, {10, 12}; d. int[][] items = {2, 6, 10}, {4, 8, 12};

Computer Science & Information Technology

On disk, data are recorded on concentric circles called __________.

a. blocks b. sectors c. tracks d. cylinders

Computer Science & Information Technology

Which of the following is NOT one of the CHART TOOLS contextual tabs?

A) Chart Elements B) Chart Area C) Chart Filters D) Chart Styles

Computer Science & Information Technology

XML Paper Specification (XPS) was designed to display a printed page on a screen identically on any computer platform.

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

Computer Science & Information Technology