NEW
Font size
WorksheetsDrawing in Game Lab
Total questions: 10
Worksheet time: 5mins
What is the part of a program does not work correctly called?
insect
program
bug
cheese
What is finding and fixing problems in an algorithm or program called?
debugging
pest control
cheese
bugging
Every shape has two elements that can be colored.
They are called the ___________ and the ___________.
shape; element
cheese; cracker
color; font
stroke; fill
The stroke is the ______________.
fill
element
border
cheese
The fill is the ______________.
color outside the shape
color inside the shape
border around the shape
the shape with cheese filling
Your shape MUST have a stroke or fill.
True
False
The orders of commands matters a lot in GAMELAB.
True
False
When do you change the stroke or fill of your shape?
Before
After
In GameLab, it matters what order your code is in. New shapes are drawn on top of the ones that came before, covering up the shapes that are drawn first.
True
False
rect (0,0,200,200); is a command that draws a rectangle. The first 2 numbers set the _____________ of the shape.
shape
size
position
elevation
