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
You might also like to view...
What is it called when the value of one non-key field is functionally dependent on the value of another non-key field?
A) Transitive dependency B) Composite key violation C) Data Integrity violation D) Normalization
Dragging the ________ on the status bar increases or decreases the view of text on screen
Fill in the blank(s) with correct word
As the design phase of an SDLC begins, programming languages, development tools, and application software needed for the new information system are purchased, installed, and tested to ensure that they work correctly.
Answer the following statement true (T) or false (F)
Which statement is false?
a) The string termination character is called the null character. b) The string “string” actually occupies 7 characters in memory. c) The character representation of the last character in memory of a string is ‘\0’. d) A character array representing a string should be defined as large as the actual number of characters in the string minus the terminating character; C automatically provides the space for the terminating character.