You can use ________ to create decorative text that can be used to add interest to text in a document

A) clip art B) SmartArt C) shapes D) WordArt

D

Computer Science & Information Technology

You might also like to view...

If the following Java statements are executed, what will be displayed?

System.out.println("The top three winners are\n"); System.out.print("Jody, the Giant\n"); System.out.print("Buffy, the Barbarian"); System.out.println("Adelle, the Alligator"); a. The top three winners are Jody, the Giant Buffy, the Barbarian Adelle, the Alligator b. The top three winners are Jody, the Giant\nBuffy, the BarbarianAdelle, and the Albino c. The top three winners are Jody, the Giant\nBuffy, the BarbarianAdelle, the Alligator d. The top three winners are Jody, the Giant Buffy, the BarbarianAdelle, the Alligator

Computer Science & Information Technology

An array with m rows and n columns is not ________.

A. an m-by-n array. B. an n-by-m array. C. a two-dimensional array. D. a dual-transcripted array. a. A and C. b. A and D. c. B and D. d. B and C.

Computer Science & Information Technology