To change the spelling options in the Word Options dialog box, click ____ in the left pane.

A. Display
B. Proofing
C. Save
D. Add-Ins


Answer: B

Computer Science & Information Technology

You might also like to view...

Which one of the following statements assigns the string "Beagle" to the hound object's type field?

Look at the following code sample: ``` struct Pet { public string name; public int age; public string type; } Pet hound = new Pet(); ``` a. hound = new type("Beagle"); b. type = "Beagle"; c. hound.type = "Beagle"; d. Pet.hound.type("Beagle");

Computer Science & Information Technology

Which option is NOT configured when you create a DHCPv6 scope?

A. Preference B. Preferred Life Time C. Prefix D. Default gateway

Computer Science & Information Technology

Presentation graphics often take the form of electronic slides containing images, text, video, and more that are displayed one after the other in a(n) _________________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

With Internet speeds what they are today, you do not have to consider file size any longer when designing web pages.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology