wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Grade 9 FT1 - Python Chart

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

It is the graphical representation of information and data.

a)

Data Report

b)

Data Gathering

c)

Data Visualization

d)

Data Tool

2.

True or False:

Matplotlib allows you to make easy things. You can generate plots, histograms, power spectra, bar charts, error charts, scatterplots, etc., with just a few lines of code.

a)

True

b)

False

3.

True or False:

All methods are available on pyplot and on the axes instance generally.

a)

True

b)

False

4.

It is the plypot command that adds text in an arbitrary location.

a)

title( )

b)

text( )

c)

xlabel( )

d)

ylabel( )

5.

It is the plypot command that adds text to the x-axis.

a)

title( )

b)

text( )

c)

xlabel( )

d)

ylabel( )

6.

It is the plypot command that adds text to the y-axis.

a)

title( )

b)

text( )

c)

xlabel( )

d)

ylabel( )

7.

It is the plypot command that adds title to the plot.

a)

title( )

b)

text( )

c)

xlabel( )

d)

ylabel( )

8.

It is the plypot command that removes all plots from axes.

a)

title( )

b)

clear( )

c)

save_fig( )

d)

legend( )

9.

It is the plypot command that saves your figure to a file.

a)

clear( )

b)

save_file( )

c)

save_fig( )

d)

legend( )

10.

It is the plypot command that shows a legend on the plot.

a)

clear( )

b)

save_file( )

c)

show_legend( )

d)

legend( )