You can add tick marks in the  ____pane.

A. Title
B. Chart Options
C. Format Axis
D. Format Chart


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. The following code creates a set of strings named colors: colors = {'red', 'orange', 'yellow', 'green', 'red', 'blue'} b. Duplicate elimination is automatic when creating a set. c. Sets are ordered, so you can write code that depends on the order of their elements. d. All of the above statements are true.

Computer Science & Information Technology

You can build complex formulas using arithmetic operators, parentheses, and a mixture of _____.

A. both constants and values B. both values and cell references C. cell references only D. values only

Computer Science & Information Technology

Which of the following class definitions defines a legal abstract class?

a. class A { abstract void unfinished() { } } b. class A { abstract void unfinished(); } c. abstract class A { abstract void unfinished(); } d. public class abstract A { abstract void unfinished();

Computer Science & Information Technology

To work with install images (.wim files), you use the dism.exe command.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology