wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Data visualization

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

What does these 4 colour boxes on extreme right side called

a)

Title

b)

Legend

c)

Heading

d)

Label

2.

What type of graph is this?

a)

Bar graph

b)

Box Plot

c)

Histogram

d)

Frequency Polygon

3.

Which type of graph is show here

a)

Polygon

b)

Histogram

c)

ScatterPlot

d)

BoxPlot

4.

Plot can be saved in a pdf form

a)

True

b)

False

5.

Matplotlib is a python interface.

a)

True

b)

False

6.

The most popular data visualization library in python is _______.

a)

pip

b)

matinfolib

c)

matplotlib

d)

matpiplib

7.

Markers are data points in the graph?

a)

True

b)

False

8.

______________________ are drawn with respect to the histogram created?

a)

bar plot

b)

Frequency polygon

c)

box plot

d)

none

9.

___________plot is also described as five-number summery plot.

a)

Histogram

b)

box plot

c)

frequency polygon

d)

scatter plot

10.

Which of the following methods should be employed in the code to display a plot?

a)

Display()

b)

Show()

c)

Execute()

d)

Plot()

11.

Which Python Package is used for 2D graphics?

a)

matplotlib.pyplot

b)

matplotlib.pip

c)

matplotlib.numpy

d)

matplotlib.plt

12.

________________function is used to create a horizontal bar chart.

a)

barchart()

b)

barh()

c)

bar()

d)

None of the above