To personalize your copy of Microsoft Office, where do you change the username and initials?

A. Restrict Formatting and Editing task pane
B. Grammar Settings dialog box
C. Word Options dialog box
D. Signature Setup dialog box


Answer: C

Computer Science & Information Technology

You might also like to view...

Consider the classes below:

``` public class TestA { public static void main(String args[]) { int x = 2; int y = 20 int counter = 0; for (int j = y % x; j < 100; j += (y / x)) counter++; } } public class TestB { public static void main(String args[]) { int counter = 0; for (int j = 10; j > 0; --j) ++counter; } } ``` Which of the following statements is true? a. The value of counter will be different at the end of each for loop for each class. b. The value of j will be the same for each loop for all iterations c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.

Computer Science & Information Technology

RS-449

a. is bound to replace RS-232-C in most applications b. allows for only a single transmission method c. allows transmission at 10 Mbps for 4000 feet d. is faster than RS-232-C, but also more expensive

Computer Science & Information Technology

A series of dots following a tab that serve to guide the reader's eye

a. dot tab b. tab stop c. dot leader

Computer Science & Information Technology

By default, Internet Explorer stores cached files in the ____________________ directory

a. C:\Documents and Settings\\Local Settings\Temporary Internet Files\Content.IE5\ b. C:\Documents and Settings\\AppData\Temporary Internet Files\Content.IE5\ c. C:\Documents and Settings\AllUsers\Local Settings\Temporary Internet Files\Content.IE5\ d. C:\Documents and Settings\\Local Settings\Temporary Internet Files\Roaming\Content.IE5\

Computer Science & Information Technology