A 3-D chart
A) adds a third dimension to each data series, creating a distorted perspective of the data.
B) compares values across categories using horizontal bars.
C) uses a line to connect data points in order to show trends over a period of time.
D) shows each data point in proportion to the whole data series as a slice in a circular pie.
A
You might also like to view...
What is the output of the following program segment?
``` Dim nums(8) As Integer Dim total As Double = 0 For i As Integer = 0 To 8 nums(i) = i Next For k As Integer = 1 To 4 total += 10 ^ nums(k) Next txtBox.Text = CStr(total) ``` (A) 10000 (B) 11110 (C) 1110 (D) 0
What remote shell program should you use if security is a consideration?
A. rlogin B. ssh C. rcp D. rsh
A program or presentation that can be played on both the Mac and Windows operating systems is called ____________________ (two words).
Fill in the blank(s) with the appropriate word(s).
Which of the following would be the most appropriate identifier for a memory location that will store the amount of rainfall for a given period of time?
A. time B. amount of rain C. amountOfRain D. amountofrainforsomeperiodoftime