The ________ identifies each data series on a chart
Fill in the blank(s) with correct word
legend
You might also like to view...
If the following function is in a base class, which of the following are polymorphic declarations of the same function in the derived class? virtual
virtual void print( ostream& out); a. virtual void print ( ostream& out); b. void print( ostream& out); c. void print(); d. virtual void print(); e. A and B f. A and D
To divide the value of the seventh element of array a by 2 and assign the result to the variable x, we would write ________.
a. ``` x / 2 = a( 7 ) ``` b. ``` x = a[ 7 ] / 2 ``` c. ``` x = a[ 6 ] / 2 ``` d. ``` x = a( 6 / 2 ) ```
The ________ tab type is when the text is left-aligned at the tab stop and extends to the right
A) Left B) Right C) Center D) Decimal
To display the Spelling dialog box, click the Spelling button in the Proofing group on the ________ tab
A) Review B) Home C) Insert D) View