Which of the following is the path to the Promote button?

A. (SMARTART TOOLS FORMAT tab | Create Graphic group)
B. (SMARTART TOOLS LAYOUT tab | Graphics group)
C. (SMARTART TOOLS DESIGN tab | Text group)
D. (SMARTART TOOLS DESIGN tab | Create Graphic group)

Answer: D

Computer Science & Information Technology

You might also like to view...

To divide the value of the seventh element of array a by 2 and assign the result to the variable x, we would write ________.

a. ``` x / 2 = a( 7 ) ``` b. ``` x = a[ 7 ] / 2 ``` c. ``` x = a[ 6 ] / 2 ``` d. ``` x = a( 6 / 2 ) ```

Computer Science & Information Technology

When you use inheritance you can reuse well-established features of ____.

A. parent classes B. derived classes C. child classes D. subclasses

Computer Science & Information Technology