NEW
Font size
WorksheetsData Visualization Quiz
Total questions: 13
Worksheet time: 4mins
In computer science, information and facts observed and collected are known as _______________ .
Desktop
Computer
Data
Hard Disk
The process of data representation through plots and graphs is called ____________.
Data Science
Data Visualization
Data
Drawing
This is an example of a ________________ plot.
Column
Area
Scatter
Line
Choose the correct option
plt.xlabel("Tree Growth")
plt.ylabel("Tree Growth")
plt.color("Tree Growth")
plt.title("Tree Growth")
Choose the correct option.
plt.xlabel("Year")
plt.ylabel("Year")
plt.title("Year")
plt.DataFrame("Year")
Choose the correct option.
plt.title("Feet")
plt.ylabel("Feet")
plt.xlabel("Feet")
plt.Data("Feet")
It is better to use line plots when the data is related to time, like growth over years.
True
False
__________________ function is used to create line plot in python.
plot()
line()
scatter()
dataframe()
__________________ function is used to create Scatter plot in python.
plot()
line()
scatter()
dataframe()
The bigger the data collection the better understanding of Data.
True
False
This is an example of a ________________ plot.
Column
Area
Scatter
Line
The process of studying data is called ________________
Data Analysis
Data Collection
Data Visualization
The library that used to create graphs or plots in Python is_____________
DataFrame
Pandas
Matplotlib
