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
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
The concept of truth in materials was developed by ____________.
a. Henry Moore b. Pablo Picasso c. Duane Hanson d. Constantin Brancusi
When is it more appropriate to use an illustration, as opposed to a photograph?
What will be an ideal response?
__________ are used to send large volumes of unwanted e-mail.
A. Rootkits B. Spammer programs C. Downloaders D. Auto-rooters