To select an entire chart, you click ________
A) the center of the chart
B) the chart border
C) the chart title
D) anywhere in the chart area
B
Computer Science & Information Technology
You might also like to view...
Which variable is the loop control variable?
Assume that all variables are of type int and that y and z are initialized to 0. ``` for (int i = 0; i < 100; ++i) { cin >> x; y += x; if ( x % 2 == 0 ) ++z; } ``` a. i b. x c. y c. z
Computer Science & Information Technology
The dialog box in the accompanying figure of Microsoft Excel 2016 is the _____ dialog box.?
?
A. ?Series B. ?Date & Time C. ?Trend D. ?AutoFill
Computer Science & Information Technology
A ____ field allows the user to select from a list of values.
A. list B. lookup C. combo D. value
Computer Science & Information Technology
PNG files can display many colors but not transparency.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology