Data Science Multiple Choice Questions on “Exploratory Graphs”.
1. Which of the following is also referred to as overlayed 1D plot?
a) lattice
b) barplot
c) gplot
d) all of the mentioned
Answer: a
Explanation: lattice is an add-on package that implements Trellis graphics.
2. Spinning plots can be used for two dimensional data.
a) True
b) False
Answer: a
Explanation: There are many ways to create a 3D spinning plot as well.
3. Which of the following gave rise to need of graphs in data analysis?
a) Data visualization
b) Communicating results
c) Decision making
d) All of the mentioned
Answer: d
Explanation: A picture can tell better story than data.
4. Which of the following is characteristic of exploratory graph?
a) Made slowly
b) Axes are not cleaned up
c) Color is used for personal information
d) All of the mentioned
Answer: c
Explanation: A large number of exploratory graphs are made.
5. Point out the correct statement.
a) coplots are one dimensional data graph
b) Exploratory graphs are made quickly
c) Exploratory graphs are made relatively less in number
d) All of the mentioned
Answer: a
Explanation: coplot is used for two dimensional representation.
6. Which of the following graph can be used for simple summarization of data?
a) Scatterplot
b) Overlaying
c) Barplot
d) All of the mentioned
Answer: c
Explanation: A bar chart or bar graph is a chart that presents Grouped data with rectangular bars with lengths proportional to the values that they represent.
7. Color and shape are used to add dimensions to graph data.
a) True
b) False
Answer: a
Explanation: Graphs are commonly used by print and electronic media.
8. Which of the following information is not given by five-number summary?
a) Mean
b) Median
c) Mode
d) All of the mentioned
Answer: c
Explanation: The mode is the value that appears most often in a set of data.