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
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.
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
A series of dots following a tab that serve to guide the reader's eye
a. dot tab b. tab stop c. dot leader
By default, Internet Explorer stores cached files in the ____________________ directory
a. C:\Documents and Settings\