To change Proofing tool settings, first display the:

A) References tab B) Backstage C) Home tab


B

Computer Science & Information Technology

You might also like to view...

What will happen when the following code is executed?

``` JPanel panel = new JPanel(); Color selectedColor; selectedColor = JColorChooser.showDialog(null, "Select color", Color.BLUE); ``` A) A Color Chooser will be displayed in the upper, left-hand corner of the screen with "Select color" in its Title Bar and blue pre-selected. B) A Color Chooser will be displayed in the center of the screen with "Select color" in its Title Bar and blue pre-selected. C) A Color Chooser will be displayed in the center of the screen with "Select color" as the OK button's text and blue pre-selected. D) A Color Chooser will be displayed in the lower, right-hand corner of the screen with "Select color" in its Title Bar and blue pre-selected.

Computer Science & Information Technology

Fonts in individual placeholders or on specific slides can be changed on the ________ tab

A) View B) Format C) Home D) Design

Computer Science & Information Technology

The procedure to install and configure BranchCache is the same for all the types of content you may want to cache.

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

Computer Science & Information Technology

A service that requires another service or Windows component to function correctly

A. NIC teaming B. service C. service dependencies D. Minimal Server Interface

Computer Science & Information Technology