The Word option that automatically saves a document after a prescribed number of minutes is:
A) AutoCorrect. B) Compatibility Checker.
C) AutoRecover. D) Document Inspector.
C
You might also like to view...
Answer the following statements true (T) or false (F)
1. When you write a stand-alone statement to increment a variable, the prefix operator is faster than the post fix version. 2. The first line of the for loop is known as the loop title. 3. It is possible to write a for loop in such a way that it will never iterate. 4. Not only may the counter variable of a for loop be initialized in the initialization expression, but it may also be declared there.
Method getSelectedValues of class JList returns:
a. an array of ints representing the indices of the selected items. b. an array of doubles representing the indices of the selected items. c. an array of Strings representing the selected items. d. an array of Objects representing the selected items.