NEW
Font size
WorksheetsGame Lab Intro, Rectangles and Ellipses
Total questions: 22
Worksheet time: 11mins
Which cod produces this image?
This code will produce the picture shown.
TRUE
FALSE
Which square was drawn first?
BLUE
RED
To draw a square in GameLab, which code is needed?
What is a STROKE in Gamelab?
The FILL color inside the shape.
Locations on the coordinate plane.
The color of the shape's border or outline.
The distance between positions of shapes.
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)
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
What is an ALGORITHM?
It is a computer
A set of step by step instructions for problem solving.
It's a math idea
Part of a program that does not work correctly.
error
ellipse
bug
overlay
Finding and fixing problems in an algorithm or program.
sequencing
debugging
programing
overlaying
Which of the following is an example of an ellipse?
Which of the following shapes would the rect command create?
What location does the x and y of a rectangle represent?
What location does the x and y of an ellipse represent?
What is the default size of a rectangle as shown below?
50 by 50
100 by 100
25 by 25
200 by 200
What is the default fill color?
Transparent
Gray
Blue
Black
White
To change the color inside a shape, you use what block?
None of these
What is the location of the ellipse?
(100,100)
(100,300)
(300,100)
(300,300)
To draw a circle, you use which of these?
The distance between grid lines in Game Lab is _______ pixels.
32
50
100
128
If the y-coordinate of a point is increasing, then it is moving _______.
up
down
left
right
If the x-coordinate of a point is decreasing, then it is moving _______.
up
down
left
right
