You should use a _____ chart to show the relationship or proportion of parts to a whole.

A. Column
B. Bar
C. Line
D. Pie


Answer: D

Computer Science & Information Technology

You might also like to view...

By default, browsers offset ordered and unordered lists from the surrounding text.

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

Computer Science & Information Technology

Which of the following correctly uses the setInterval() method to call a function named count-down() every two seconds?

a. ``` var interval = window.setInterval("countdown()", 2); ``` b. ``` window.setInterval(2000) = countdown(); ``` c. ``` var interval = window.setInterval("countdown()", 2000); ``` d. ``` window.setInterval("countdown()", 2000); ```

Computer Science & Information Technology

An object copied to ________ can be pasted into other Office programs

A) the clipboard B) a folder C) the target D) the program

Computer Science & Information Technology

Smaller files need more processing power and slow down the time it takes for your movie to display objects correctly in a browser.

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

Computer Science & Information Technology