The ____ option is used to retrieve documents that would otherwise be lost as a result of system glitches or unplanned shutdowns.

A. AutoRetrieve
B. AutoRecover
C. AutoRestore
D. AutoReplace


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Typically resource-release code should be placed in a finally block to ensure that a resource is released, regardless of whether there were exceptions when the resource was used in the corresponding try block. b) The using statement simplifies writing code in which you obtain a resource, use the resource in a try block and release the resource in a corresponding finally block. c) A file-processing app could process a file with a using statement to ensure that the file is closed properly when it’s no longer needed. d) The resource in a using statement must be an object that implements the IDiscardable interface.

Computer Science & Information Technology

In the accompanying figure that shows the header and footer in a Microsoft Word 2016 document, Box A points to the _____.? ?

A. ?date reference marker B. date template? C. ?date citation D. ?date content control

Computer Science & Information Technology

A(n) ____________________ value is the value in a For...Next loop that is added to, or subtracted from, the beginning value on each iteration of the loop.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The descriptive identifier ____ indicates that the left subtree is higher than the right subtree.

A. LH B. RH C. EH D. LR

Computer Science & Information Technology