Worksheetss9 dv
Total questions: 78
Worksheet time: 1hrs 28mins
What does these 4 colour boxes on extreme right side called
Title
Legend
Heading
Label
What type of graph is this?
Bar graph
Box Plot
Histogram
Frequency Polygon
Which type of graph is show here
Polygon
Histogram
ScatterPlot
BoxPlot
Plot can be saved in a pdf form
True
False
Matplotlib is a python interface.
True
False
The most popular data visualization library in python is _______.
pip
matinfolib
matplotlib
matpiplib
Markers are data points in the graph?
True
False
______________________ are drawn with respect to the histogram created?
bar plot
Frequency polygon
box plot
none
___________plot is also described as five-number summery plot.
Histogram
box plot
frequency polygon
scatter plot
Which of the following methods should be employed in the code to display a plot?
Display()
Show()
Execute()
Plot()
Which Python Package is used for 2D graphics?
matplotlib.pyplot
matplotlib.pip
matplotlib.numpy
matplotlib.plt
________________function is used to create a horizontal bar chart.
barchart()
barh()
bar()
None of the above
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
What does these 4 colour boxes on extreme right side called
title
legend
heading
xlabel
Plot can be saved in a pdf form
True
False
The most popular data visualization library in python is _______.
pip
histogram
matplotlib
matpiplib
Markers are the data points in the line graph?
True
False
Which of the following methods should be employed in the code to display a plot?
display()
show()
execute()
plot()
Which Python Package is used for 2D graphics?
matplotlib.pyplot
matplotlib.pip
matplotlib.numpy
matplotlib.plt
________________function is used to create a horizontal bar chart.
barchart()
barh()
bar()
None of the above
Which type of data visualization is this?
Frequency table
Bar graph
Histogram
Scatter plot
According to the graph, about how many trees are between 150 and 200cm tall?
4 trees
11 trees
27 trees
30 trees
Which type of data visualization should you use to represent frequencies for a continuous variable?
Bar graph
Histogram
Scatterplot
Pie chart
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("Year")
plt.ylabel("Year")
plt.title("Year")
plt.DataFrame("Year")
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.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()
Identify the right type of chart using the following hints.
Hint 1: This chart is often used to visualize a trend in data over intervals of time.
Hint 2: The line in this type of chart is often drawn chronologically.
A. Line chart
B Bar chart
C. Pie chart
D. Scatter plot
What is Data Visualization?
is what allows your phone to get online when you're away from Wi-Fi.
is the graphical representation of information and data.
Which of the following correct statement to import pyplot module?
a) import matplotlib.pyplot
b) import MatPlotLib.PyPlot
c) import PyPlot as pl
d) import pyplot.plot
Which of the following is/are correct statement for plot method?
a) pl.plot(x,y,color,others)
b) pl.plot(x,y)
c) pl.plot(x,y,color)
d) all of these
To give a title to x-axis, which of the following method is useful?
a) pl.xtitle(“title”)
b) pl.xlabel(“title”)
c) pl.xheader(“title”)
d) pl.xlabel.show(“title”)
You can set different width for different bars in bar chart.
True
False
Which method is used to display or show the legends?
a) pl.show()
b) pl.display()
c) pl.legend()
d) pl.values()
Observe the output figure. Identify the coding for obtaining this output.
A.
import matplotlib.pyplot as plt
plt.plot([1,2,3],[4,5,1])
plt.show()
B.
import matplotlib.pyplot as plt
plt.plot([1,2],[4,5])
plt.show()
C.
import matplotlib.pyplot as plt
plt.plot([2,3],[5,1])
plt.show()
D.
import matplotlib.pyplot as plt
plt.plot([1,3],[4,1])
plt.show()
Pyplot's _________ function is used to create histogram.
hist()
boxplot()
bar()
barh()
Which of the codes below should we use to rotate the data ticks on x-axis?
plt.xticks(rotation=30)
plt.ylabel(rotation=30)
plt.yticks(rotation=30)
plt.xlabel(rotation=30)
This is an example of a ___________.
Scatter Chart
Line Graph
Bar Graph
Pie Chart
pyplot interface of matplotlib library is used to create ............... charts.
3 D
2 D
1 D
Which one is the correct syntax for installing matplotlib library?
pip install matplotlib
install pip matplotlib
python –m pip install –U matplotlib
install matplotlib pip
A figure/chart contains __________________
Legend
Axis
labels
Plotting area
All of the above
To plot x versus y, we can write _____________ #plt is an alias for matplotlib.pyplot
plt.plot(y, x)
plt.plot(x)
plt.plot(x,y)
None of the above
Q9. Values which are displayed on x-axis is called _____________
y ticks
x ticks
xy ticks
None of the above
What is Sensation?
Sensation refers to the process of sensing our environment through touch, taste, sight, sound, and smell.
refers to how the mind process information
refers to how we store information
This image shows the principle of
continuity
figure-ground
closure
proximity
_______ is understanding how something works.
Vanish
Perception
Mysterious
Magician
Which of the following is a perception?
noting a change in temperature
hearing an increase in volume
recognizing an object as a car
viewing a decrease in brightness
Vibration is crucial to which sense?
hearing
sight
smell
taste
This picture best illustrates which gestalt grouping principle?
closure
continuity
proximity
similarity
Illusion is a
(a)
Which Gestalt Principle can be seen here?
Closure
Proximity
Similarity
Continuity
Why do we perceive rows 1, 3 and 4 as a single group? (3 answers required)
Because they are the same shape
Because they are the same proximity
Because they are the same size
Because they are similar colours
What is Closure?
Completing gaps within a figure in order to view the stimulus as a whole
Simplifying a scene into figures and backgrounds
The perception of objects based on similar features
The perception of objects that are physically close together as belonging in a group
Why do humans use the Gestalt Principles? (Two answers required)
Humans don't use the Gestalt Principles
In order to make order out of chaos
To make harmony or structure from seemingly disconnected pieces of visual information
In order to make chaos out of order
Which Gestalt Principle?
Figure Ground Perception
Closure
Similarity
Proximity
