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
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)
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"); } ```
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
Network Monitor is not included with Windows Server 2008 R2 by default
Indicate whether the statement is true or false