wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Review

Total questions: 16

Worksheet time: 15mins

Name
Class
Date
1.

how we can make the game work

a)

Move forward

b)

click RUN

c)

I don't know

d)

Nothing

2.

how we can move one step forward

a)
b)
c)
3.

Debugging means Fix The Problem

a)

True

b)

False

4.

Solve this puzzle

a)
b)
c)
d)
5.

Which code will get the Angry Bird to the Pig?

a)
b)
c)
6.

What is wrong with the code to get Scrat to the acorn?

a)

The first "move forward" is not needed.

b)

The first "turn right" should be a "turn left"

c)

The second "move forward" is extra

d)

The last "turn right" should be a "turn left"

7.

A part of the program that does not work correctly.

a)

Bug

b)

Break

c)

Loop

8.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

9.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

10.

Which of the code below will complete this puzzle?

a)
b)
c)
d)
11.

How long are the sides of this shape?

a)

2 pixels

b)

120 pixels

c)

150 pixels

d)

Purple pixels

12.

The language that programmers create and use to tell a computer what to do

a)

Code

b)

Command

c)

Run Program

d)

BINARY

13.

A block is

a)

an instruction in a coding program that can be joined to other blocks to build code

b)

visual elements on a screen that are not text, such as pictures, icons and symbols

c)

something a computer program can react to, such as a key being pressed or mouse being clicked

d)

place to store data that can change in a program

14.

Coding can be used to

a)

Program robots

b)

Create websites, games & apps

c)

Tell computers what to do

d)

All of the above

15.

How many times will the bee collect nectar if it follows the entire path?

a)

5

b)

7

c)

8

d)

6

16.

TRUE or FALSE: Test and change your strategy often. Don’t be afraid to try solutions before you know that they are perfect.

a)

TRUE

b)

FALSE