WorksheetsCode.org Game Lab
Total questions: 45
Worksheet time: 32mins
What is missing in this code block?
x
y
width
height
What is the width of the rectangle?
30
50
100
150
What will most likely be displayed by this code?
Hint: look at where the drawSprites is located.
pig
rectangle
bear
circle
Which of the following are true about this grid:
the top left is (0, 0)
the bottom right is (400, 400)
the bottom left is (0, -400)
if I put a square at (400, 400) it will show up on the grid
What coordinates would your
squares have to be placed at to
recreate this image?
(0, 0) and (400, 400)
(100, 20) and (400, 400)
(0, 0) and (350, 350)
(0, 400) and (400, 0)
What can you do with the w and h in this block?
Change the x position of the rectangle
Change the width of the ellipse
Change the height of the ellipse
Nothing
Which of the following is an example of an ellipse?
The position of an object on a grid is represented by __ and __ coordinates.
x and y
w and h
x and w
h and y
Which of the following shapes would the rect command create?
Which of the following is the correct command for creating a rectangle?
rect ( y, x, w, h )
rect ( x, h, w, y )
rect ( w, h, x, y )
rect ( x, y, w, h )
What will be displayed?
Hint: is there a "setAnimation" line of code?
A dog
A cat
A rectangle
Two rectangles
A dog and a cat
Where is (0,0) in the grid?
In the top left corner
In the top right corner
In the bottom left corner
In the middle of the grid
What color is the ellipse?
Gray
Red
Blue
Red with blue border
Blue with red border
What is y value in the following code?
250
200
75
225
What is Mr. Bush's favorite color?
orange
pink
blue
yellow
Draw a portrait of Mr. Bush at work.

Pick one!
Who is the best starter?
Which is better?
Coke
Pepsi
What color is this dress?
White and Gold
Black and Blue
What college did Mr. Bush go to?
Glenville State College
Concord University
School of Hard Knocks
University of Phoenix Online
The Y axis is
"Up" and "Down"
"Left and Right"
The X axis is
"Left" and "Right"
"Up and Down"
Which picture will this code create?
What number is blacked out?
(a)
What line of code would create this regular polygon?
What is the x position of the ellipse
100
200
300
400
What number could be picked for the var eyeSize?
1
51
100
22
Which image would be created from this code?
Which of these is the correct way to use a draw loop?
Which tiles or blocks can be used to get the current position of the mouse cursor?
What is wrong with this code block?
It should say YELLOW in caps.
It should say "yellow" in quotes.
There is no fill code block in Game Lab.
Yellow is not a color recognized by name.
This tile represents...
Greater than
Less than
Insert into
A pointy nose
Which sprite will be moving?
Cow
Pig
Both the Cow and Pig
None of them
In which direction will the sprite move?
left
right
up
down
What is y value in the following code?
250
200
75
225
Which sprite property would you change to move the sprite from left to right?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to move the sprite from up and down?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite grow in size?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite turn in a circle?
sprite.x
sprite.y
sprite.scale
sprite.rotation
What color will be displayed?
Red
Green
Blue
Yellow
What is the RUN button?
It allows me to play/practice my code
It makes my character run.
It is just a button
The area where we do coding is called_________
Stage
Toolbox
Workspace
All the area
Debugging means Fix The Problem
True
False
