Format Painter is located in the ________ group on the Home tab
A) Clipboard B) Alignment C) Font D) Editing
A
You might also like to view...
What will be the value of discountRate after the following statements are executed?
``` double discountRate; char custType = 'B'; switch (custType) { case 'A': discountRate = 0.08; break; case 'B': discountRate = 0.06; case 'C': discountRate = 0.04; default: discountRate = 0.0; } ``` a. 0.08 b. 0.06 c. 0.04 d. 0.0
The command find . name "?" print
a: starts from the current directory, and finds all files with filename ? b: starts from the home directory, and finds all files with filename ? c: starts from the root directory, and finds all files that have a ? mark as part of their filenames d: starts from the current directory, and finds all files with one character filename e: none of the above
When working with a path, different folders are always separated by the _______ character
Fill in the blank(s) with correct word
The SWF file created when an InDesign document is exported does not include which of the following?
A. An HTML file of the InDesign document B. Images in the InDesign document C. Animation included in the InDesign document D. Page layout information regarding the InDesign document