The action of pulling out a pie slice from a pie chart for emphasis is called:

A. extract
B. explode
C. plot


explode

Computer Science & Information Technology

You might also like to view...

Write one or more statements that perform the following tasks for an array called fractions:

) Define a constant variable arraySize to represent the size of an array and initialize it to 10 b) Declare an array with arraySize elements of type double, and initialize the elements to 0. c) Name the fourth element of the array. d) Refer to array element 4. e) Assign the value 1.667 to array element 9. f) Assign the value 3.333 to the seventh element of the array. g) Display array elements 6 and 9 with two digits of precision to the right of the decimal point, and show the output that’s actually displayed on the screen. h) Display all the array elements using a counter-controlled for statement. Define the integer variable i as a control variable for the loop. Show the output. i) Display all the array elements separated by spaces using a range-based for statement.

Computer Science & Information Technology

In the accompanying figure, Arial is an example of a ____ font.

A. cursive B. serif C. sans-serif D. monospace

Computer Science & Information Technology

Where in the Excel Options dialog box would you add a word or phrase to AutoCorrect in Excel?

A) Advanced B) Save C) Formulas D) Proofing

Computer Science & Information Technology

____ cells is the process of combining two or more cells into a single cell.

A. Merging B. Splitting C. Transforming D. Spacing

Computer Science & Information Technology