Bold and Italic are examples of toggle command buttons
Indicate whether the statement is true or false
TRUE
You might also like to view...
How do you retain the original height and width proportion of a clip art object when resizing it?
A) Click the Lock Ratio button. B) Click the Retain Shape check box. C) Click the Lock aspect ratio check box. D) You can only retain the original height and width manually.
MySQL is an open-source application.
Answer the following statement true (T) or false (F)
Which feature can you use to find and insert a synonym for an overused word?
A. AutoCorrect B. Spelling and Grammar C. Find and Replace D. Thesaurus
Where is it legal to put a continue statement? What does the continue statement do there?
a. A continue statement causes an unnested loop to restart. b. A continue statement causes a loop to halt. c. A continue statement in a loop nested in another loop causes the entire nested loop to restart. d. A continue statement in switch statement transfers control to the top of the switch. e. A continue statement in a nested loop causes that loop to restart, there is no effect on other loops.