What do you use if the chart elements you want cannot be selected from the CHART ELEMENTS gallery?

A. More button in the WordArt Styles group
B. Chart Elements list arrow on the Ribbon
C. More button in the Shape Styles group
D. Current Elements list arrow on the Ribbon


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following code that uses recursion to find the factorial of a number, how many times will the else clause be executed if n = 5?

``` private static int factorial(int n) { if (n == 0) return 1; else return n * factorial(n - 1); } ``` a. 3 b. 4 c. 5 d. 6

Computer Science & Information Technology

The concept of truth in materials was developed by ____________.

a. Henry Moore b. Pablo Picasso c. Duane Hanson d. Constantin Brancusi

Computer Science & Information Technology

When is it more appropriate to use an illustration, as opposed to a photograph?

What will be an ideal response?

Computer Science & Information Technology

__________ are used to send large volumes of unwanted e-mail.

A. Rootkits B. Spammer programs C. Downloaders D. Auto-rooters

Computer Science & Information Technology