Which of the following describes a pie chart??

A. Itcompares relative values of different categories to the whole.?
B. ?It indicates values by the height of columns.
C. ?It displays the high, low, opening, and closing prices of stocks.
D. ?It represents a data source within a single cell.


Answer: A

Computer Science & Information Technology

You might also like to view...

Web pages are unstructured documents in which elements are nested within other elements,forming a hierarchy of elements.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

(What’s Wrong with This Code?) What is wrong with the following statement? Provide the correct statement to add 1 to the sum of x and y.

``` Console.WriteLine(++(x + y)); ```

Computer Science & Information Technology

Which of the following is NOT a possible state for a virtual machine?

A. Starting B. Paused C. Saved D. Down

Computer Science & Information Technology

Write the following query in the Object Query Language (OQL) of the ODMG object model:

‘List the surnames of all people associated with printing jobs for Addison Wesley Longman.’

Computer Science & Information Technology