wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coder

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

2.

Can this code be written better?

a)

Yes, by using loops (repeat blocks)

b)

No, this is the best way to right this code

3.
What is finding and fixing errors in programs?
a)
Debugging
b)
Program
c)
Bug
d)
Code
4.

Look at the puzzle and the code. Which block will you add to help the bird get to the pig?

a)
b)
c)
d)
5.

Which code below will get the angry bird to the pig?

a)
b)
c)
d)
6.

Which of the code below will complete this puzzle?

a)
b)
c)
d)
7.

Which block will you remove from the code to make it work correctly?

a)
b)
c)
8.

Which is the correct shortened code using loops for this puzzle?

a)
b)
c)
d)
9.

Which code will help the artist make this pattern?

a)
b)
c)
d)
10.

What is wrong with the code to harvest all the corn?

a)

The first "N" is not needed.

b)

The first "E" should be an "N"

c)

The second "E" is extra

d)

There should be a "Pick Corn" after the first "N"