Match the following terms to their meanings:
I. WordArt A. A collection of graphic images within Office
II. Clip Art gallery B. A point on a graphic that can resize an image either
horizontally or vertically
III. Style gallery C. A tool for creating a graphic from text
IV. Round sizing handle D. A point on an image that can rotate the image 360°
V. Square sizing handle E. A point on a graphic that can resize an image both
horizontally and vertically
VI. Rotation handle F. A collection of text style specifications
C, A, F, E, B, D
You might also like to view...
An electronic, encryption-based, secure stamp of authentication on a macro or document is called a ________
A) macro stamp B) digital signature C) document certificate D) macro project
Assume class Book has been declared. Which set of statements creates an array of Books?
a. Book[] books; books = new Book[numberElements]; b. Book[] books]; books = new Book()[numberElements]; c. new Book() books[]; books = new Book[numberElements]; d. All of the above.