Which of the following methods allow you to check the spelling of slide text?

A. Pressing F7
B. Clicking the Spell Check icon on the status bar
C. Right-clicking a flagged word and clicking correct word
D. Right-clicking a flagged word and clicking Spelling on the shortcut menu


Answer: A, B, C, D.

A. Pressing F7
B. Clicking the Spell Check icon on the status bar
C. Right-clicking a flagged word and clicking correct word
D. Right-clicking a flagged word and clicking Spelling on the shortcut menu

Computer Science & Information Technology

You might also like to view...

Sort stability is an attribute of a sort, indicating that data with equal keys maintain their relative input order in the output.

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

Computer Science & Information Technology

The following code should display whether integer value is odd or even:

``` switch (value % 2) { case 0: Console.WriteLine("Even integer"); case 1: Console.WriteLine("Odd integer"); } ```

Computer Science & Information Technology

A VM checkpoint is stored as a(n) .____ file, in the location specified in the virtual machine's settings

Fill in the blank(s) with correct word

Computer Science & Information Technology

Network Monitor is not included with Windows Server 2008 R2 by default

Indicate whether the statement is true or false

Computer Science & Information Technology