A data point
A) is text that describes a collection of data points in a chart.
B) is a numeric value that describes a single value on a chart.
C) displays data comparisons vertically in columns.
D) is a group of related data points.
B
You might also like to view...
Every time a recursive function call is executed, a new __________ is put on the top of the stack.
a. Activity frame b. Activity record c. program d. Activation frame
The Notes pane is located above the Slide pane and is an area where you can type notes and additional information.
Answer the following statement true (T) or false (F)
In reference to the MVM instruction, the filtering device which determines bit by bit whether a copy of the bit will be allowed to move from the source to the destination is called the ____________________.
Fill in the blank(s) with the appropriate word(s).
Given the following array declaration, what is the value stored in the scores[2][3] element? ? int scores[5][5] = {5};
A. 0 B. 5 C. cannot be determined D. 25