Match the following buttons with their tabs:

I. Number Format button
II. Column button
III. Chart Title button
IV. Change Chart Type button
V. Print

A. File tab
B. Home tab
C. Chart Tools Layout tab
D. Chart Tools Design tab
E. Insert tab


B, E, C, D, A

Computer Science & Information Technology

You might also like to view...

MC Which of the following describes Python’s introspection ability?

a) The ability to identify blocks of code without beginning and end markers. b) The ability to display information about the identifiers in a program. c) The ability to automatically determine a type for raw data. d) None of the above.

Computer Science & Information Technology

Given that you have an object, Terrier, of the class Dog, and that an attribute of this class is Color, how would you refer to the Color attribute of the Terrier object?

a. Terrier.Color b. Dog.Terrier.Color c. Terrier.GetColor() d. Call Dog.Terrier.GetColor()

Computer Science & Information Technology

To specify that code only run in browsers other than Internet Explorer, you could specify ____ as your condition.

A.