Match the chart Design tab options to their meanings:

I. Moving a Chart A. Preview the chart in Backstage view before you
do this to check margins, spacing, and page
breaks to ensure balance
II. Printing Charts B. If you do this you must decide if you want to print
the data only, the data and the chart, or the chart only
III. Print an Embedded Chart C. If moved the chart is the only item on that worksheet.
The chart will print as a full-page chart. You can
change the setting to Print Entire Workbook
IV. Chart1, Chart2... D. Can and should be changed to be more descriptive
V. Print a Chart Sheet E. Excel creates charts on the same worksheet as the
original data set, but you can put the chart on its
own chart sheet

E, A, B, D, C

Computer Science & Information Technology

You might also like to view...

Which of the following would cause the error #VALUE! to appear?

A) Misspelled word B) Invalid range name C) Incorrect data used in an argument D) Deleted cell reference

Computer Science & Information Technology

Which of the following statements is false?

a. Scanner method next reads characters until any white-space character is encountered, then returns the characters as a String. b. To call a method of an object, follow the object name with a comma, the method name and a set of parentheses containing the method’s arguments. c. A class instance creation expression begins with keyword new and creates a new object. d. A constructor is similar to a method but is called implicitly by the new operator to initialize an object’s instance variables at the time the object is created.

Computer Science & Information Technology