wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Data Visualization Quiz

Total questions: 13

Worksheet time: 4mins

Name
Class
Date
1.

In computer science, information and facts observed and collected are known as _______________ .

a)

Desktop

b)

Computer

c)

Data

d)

Hard Disk

2.

The process of data representation through plots and graphs is called ____________.

a)

Data Science

b)

Data Visualization

c)

Data

d)

Drawing

3.

This is an example of a ________________ plot.

a)

Column

b)

Area

c)

Scatter

d)

Line

4.

Choose the correct option

a)

plt.xlabel("Tree Growth")

b)

plt.ylabel("Tree Growth")

c)

plt.color("Tree Growth")

d)

plt.title("Tree Growth")

5.

Choose the correct option.

a)

plt.xlabel("Year")

b)

plt.ylabel("Year")

c)

plt.title("Year")

d)

plt.DataFrame("Year")

6.

Choose the correct option.

a)

plt.title("Feet")

b)

plt.ylabel("Feet")

c)

plt.xlabel("Feet")

d)

plt.Data("Feet")

7.

It is better to use line plots when the data is related to time, like growth over years.

a)

True

b)

False

8.

__________________ function is used to create line plot in python.

a)

plot()

b)

line()

c)

scatter()

d)

dataframe()

9.

__________________ function is used to create Scatter plot in python.

a)

plot()

b)

line()

c)

scatter()

d)

dataframe()

10.

The bigger the data collection the better understanding of Data.

a)

True

b)

False

11.

This is an example of a ________________ plot.

a)

Column

b)

Area

c)

Scatter

d)

Line

12.

The process of studying data is called ________________

a)

Data Analysis

b)

Data Collection

c)

Data Visualization

13.

The library that used to create graphs or plots in Python is_____________

a)

DataFrame

b)

Pandas

c)

Matplotlib