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
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)
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); ```
An object copied to ________ can be pasted into other Office programs
A) the clipboard B) a folder C) the target D) the program
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)