The category axis
A) compares values for one set of data.
B) displays descriptive group names or labels, such as college names or cities, to identify data.
C) compares two or more sets of data in one chart.
D) displays incremental values to identify the values of the data series.
B
You might also like to view...
For The Java statements will result in:
``` String c = "Hello. She sells sea shells"; int i = c.indexOf("ll"); int j = c.lastIndexOf("ll"); ``` a. i = 2 and j = 24. b. i = 3 and j = 24. c. i = 2 and j = 25. d. i = 3 and j = 23.
Which tool allows you to capture, view, and analyze network data?
A. VMMCA B. Event Viewer C. Performance Monitor D. Network Monitor
Which of the following is NOT a phase in the system development life cycle?
A. needs assessment B. security audit C. system implementation D. performance monitoring
What would be the effect of using the alias command to make an alias for the date command named cat in honor of your favorite pet?
a. It cannot be done because there already is an environment variable cat associated with the cat command. b. It cannot be done because there already is a command cat on the system. c. When you use the cat command at the command prompt with the intention of viewing a text file, the date appears instead. d. There is no effect until the alias is imported because it is a user-declared variable.