WorksheetsIntro to Python Project Stem Unit 6 Test
Total questions: 7
Worksheet time: 4mins
Name
Class
Date
1.
Definition: A function that draws a circle on the canvas.
a)
draw_box
b)
draw_polygon
c)
create_frame
d)
draw_circle
2.
Definition: A variable declared outside of a function, that can be used anywhere in a program.
a)
Global variable
b)
Global constant
c)
Function
d)
Parameter
3.
Definition: A container that holds the graphics.
a)
Segment
b)
Packet
c)
Page
d)
Frame
4.
Definition: A function that creates the frame to hold the drawing.
a)
global
b)
draw_line
c)
create_frame
d)
draw_polygon
5.
Definition: A function that draws a line on the canvas.
a)
draw_box
b)
create_frame
c)
draw_line
d)
draw_polygon
6.
Definition: A command used to mix and create colors in Python using red, green and blue.
a)
CMYK
b)
PIXEL
c)
RGB
d)
BINARY
7.
A function that draws a polygon on the canvas.
a)
draw_circle
b)
draw_box
c)
draw_polygon
d)
write()
100 %
