The ____ command on the File menu is one of your best methods for undoing lots of moves.

A. Undo
B. Redo
C. Revert
D. Reverse


Answer: C

Computer Science & Information Technology

You might also like to view...

What happens to a variable declared locally inside a Sub procedure after the procedure terminates?

(A) It maintains its value even after the End Sub statement executes. (B) It ceases to exist after the End Sub statement executes. (C) It loses its value temporarily after the End Sub statement executes, but regains that value upon re-entry to the Sub procedure. (D) It is reset to its default value.

Computer Science & Information Technology

Which of the following lines of code accesses the second element of the first array in a two-dimensional array of integers, numbers, and stores the result in a variable called num?

a) num = numbers[1][2]; b) num = numbers[0][1]; c) num = numbers.getElement(1, 2); d) num = numbers.getElement(0, 1); e) none of the above are correct

Computer Science & Information Technology

_________ are used to control how users enter data into a field in order to maintain consistency with data entry

A) Indexed fields B) Required fields C) Input masks D) AutoComplete features

Computer Science & Information Technology

Within the Find and Replace dialog box, the ________ button must be clicked to reveal advanced formatting settings

A) Format B) More C) Go To D) Special

Computer Science & Information Technology