A ____ is a grid containing the chart data, attached to the bottom of a chart.

A. chart
B. data table
C. grid box
D. picture


Answer: B

Computer Science & Information Technology

You might also like to view...

To switch between open program windows, you can use the keyboard shortcut combination ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

One way to secure a PowerPoint presentation is to ____.

A. save the PowerPoint presentation on a server B. create a security password C. use the Compatibility Checker to analyze the presentation D. create a macro that can prevent unauthorized access to the presentation

Computer Science & Information Technology

Given the declarations below, write a code fragment that allocates a nameless variable for pointer p1 to point to.

``` int *p1, *p2; ``` What will be an ideal response?

Computer Science & Information Technology

Use a namespace grouping to insert this declaration, void greeting();, in namespace Problem2. Then, in another, separate namespace grouping, add the definition of greeting()in namespace Problem2.

What will be an ideal response?

Computer Science & Information Technology