wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Game Lab Intro, Rectangles and Ellipses

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Which cod produces this image?

a)
b)
2.

This code will produce the picture shown.

a)

TRUE

b)

FALSE

3.

Which square was drawn first?

a)

BLUE

b)

RED

4.

To draw a square in GameLab, which code is needed?

a)
b)
c)
5.

What is a STROKE in Gamelab?

a)

The FILL color inside the shape.

b)

Locations on the coordinate plane.

c)

The color of the shape's border or outline.

d)

The distance between positions of shapes.

6.

What coordinates would your squares have to be placed at to

recreate this image?

a)

(0, 0) and (400, 400)

b)

(100, 20) and (400, 400)

c)

(0, 0) and (350, 350)

d)

(0, 400) and (400, 0)

7.

The position of an object on a grid is represented by __ and __ coordinates.

a)

x and y

b)

w and h

c)

x and w

d)

h and y

8.

What is an ALGORITHM?

a)

It is a computer

b)

A set of step by step instructions for problem solving.

c)

It's a math idea

9.

Part of a program that does not work correctly.

a)

error

b)

ellipse

c)

bug

d)

overlay

10.

Finding and fixing problems in an algorithm or program.

a)

sequencing

b)

debugging

c)

programing

d)

overlaying

11.

Which of the following is an example of an ellipse?

a)
b)
c)
d)
12.

Which of the following shapes would the rect command create?

a)
b)
c)
d)
13.

What location does the x and y of a rectangle represent?

a)
b)
c)
d)
14.

What location does the x and y of an ellipse represent?

a)
b)
c)
d)
15.

What is the default size of a rectangle as shown below?

a)

50 by 50

b)

100 by 100

c)

25 by 25

d)

200 by 200

16.

What is the default fill color?

a)

Transparent

b)

Gray

c)

Blue

d)

Black

e)

White

17.

To change the color inside a shape, you use what block?

a)
b)
c)
d)

None of these

18.

What is the location of the ellipse?

a)

(100,100)

b)

(100,300)

c)

(300,100)

d)

(300,300)

19.

To draw a circle, you use which of these?

a)
b)
c)
d)
20.

The distance between grid lines in Game Lab is _______ pixels.

a)

32

b)

50

c)

100

d)

128

21.

If the y-coordinate of a point is increasing, then it is moving _______.

a)

up

b)

down

c)

left

d)

right

22.

If the x-coordinate of a point is decreasing, then it is moving _______.

a)

up

b)

down

c)

left

d)

right