wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Plotting Shapes on Code.Org

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

Where is the (0,0) point on a programming grid?

a)

Top right corner

b)

Top left corner

c)

Bottom right corner

d)

Bottom left corner

2.

When you're drawing a square, where does the shape start?

a)

Bottom line

b)

A few centimeters away

c)

Center

d)

Top left corner

3.

When you're drawing a circle, where does the shape start?

a)

Bottom line

b)

A few centimeters away

c)

Center

d)

Top left corner

4.

I can't change the colors of my shapes.

a)

True

b)

False

5.

I can make my shapes black and white.

a)

True

b)

False

6.

How do I get the shape toolbox to pop up?

a)

Click run

b)

Click finish

c)

Click reset

d)

Click show grid

7.

How do I get the grid to show onscreen?

a)

Click run

b)

Click finish

c)

Click reset

d)

Click show grid

8.

Shapes can overlap each other

a)

True

b)

False

9.

What does this button do?

a)

Reset the canvas

b)

Draw a circle

c)

Rotate the canvas

d)

Undo the last shape drawn

10.

If I try again and again until I succeed, I __________.

a)

debug

b)

bug

c)

frustrate

d)

persist

11.

If there is a mistake or problem in the computer program, there is a _____.

a)

debug

b)

bug

c)

persist

d)

frustrate

12.

My video game won't work so I turn off the computer and turn it again again. Now, it works!!!! YES!! I __________ it!

a)

bugged

b)

debugged

c)

frustrated

13.

What is x value in the following code?

rect(250, 200, 75, 225);

a)

250

b)

200

c)

75

d)

225

14.

What is y value in the following code?

rect(250, 200, 75, 225);

a)

250

b)

200

c)

75

d)

225

15.
Conditionals
a)
Any valid unit of code that resolves to a value.
b)
a single image within an animation
c)
Statements that only run under certain conditions.
d)
Any valid unit of code that resolves to a value.
16.

The fourth parameter in the () after an ellipse or rectangle code is:

a)

height

b)

width

c)

x coordinate point

d)

y coordinate point

17.

The third parameter in the () after an ellipse or rectangle code is:

a)

height

b)

width

c)

x coordinate point

d)

y coordinate point