wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.org Review 5th Grade

Total questions: 41

Worksheet time: 41mins

Name
Class
Date
1.

What is a sprite?

a)

A delicious lemon-lime soda.

b)

An action that something performs continuously until it’s told to stop.

c)

A graphic on the screen with a location, size, and appearance.

d)

A small, magical, fairy-like creature.

2.

What is a behavior?

a)

An action that a sprite performs continuously until it’s told to stop.

b)

When you act a certain way that gets you in trouble.

c)

Solving an error in a line of code.

d)

A graphic on the screen with a location, size, and appearance.

3.

What do you think will happen when you run this code?

a)

Nothing will happen.

b)

The tumbleweed will move up and down.

c)

The tumbleweed will explode.

d)

The tumbleweed will perform the "tumbling" behavior.

4.

Which of these blocks is a Behavior block?

a)
b)
c)
d)
5.

Which of these blocks would let you add a new sprite to your program?

a)
b)
c)
d)
6.

What is an event?

a)

Something on your calendar that you've been preparing for for weeks!

b)

An evil tent.

c)

An action that causes something to happen.

d)

A big party.

7.

Which of these behavior blocks would make your sprite spin around?

a)
b)
c)
d)
8.

Which event would allow me to program certain actions to the press of a button?

a)
b)
c)
d)
9.

Which event would allow me to program certain actions to when a sprite is clicked?

a)
b)
c)
d)
10.

What will happen when I click run on this program?

a)

None of the aliens will begin their behaviors.

b)

The aliens will all begin their behaviors, and when the blue and yellow aliens touch, the bell will stop everything.

c)

The aliens will all begin their behaviors, and when the blue and pink aliens touch, the blue alien will switch from jittering to shrinking

d)

The aliens will all begin their behaviors, and when the blue and the pink aliens touch, all of them will stop everything.

11.

What is a bug?

a)

An insect with 8 legs.

b)

Part of a program that does not work correctly.

c)

Someone who bothers you.

d)

a Big Ugly Gorilla

12.

What is a program?

a)

a professional grandma.

b)

a musical performance at school.

c)

a list of instructions.

d)

An algorithm that has been coded into something that can be run by a machine.

13.

What is Debugging?

a)

The art of creating a program.

b)

Finding and fixing problems in an algorithm or program.

c)

Squishing a bunch of insects.

d)

Removing the CPU from your device.

14.

What is a loop?

a)

A rope.

b)

The twisty part of a roller-coster.

c)

The action of doing something over and over again.

d)

A DJ making remixes.

15.

What is the most efficient way to solve this artist puzzle?

a)
b)
c)
d)
16.

What is the best option to solve this artist puzzle?

a)
b)
c)
d)
17.

What is a conditional?

a)

Something that repeats over and over.

b)

Statements that only run under certain conditions.

c)

A machine that blows cold air into a room.

d)

Condiments on hot dogs.

18.

Which of these is a conditional?

a)
b)
c)
d)
19.

What is a "While Loop"?

a)

Something that repeats over and over.

b)

A loop that is wild.

c)

Statements that only run under certain conditions.

d)

A loop that continues to repeat while a condition is true.

20.

Which of these blocks is a "While Loop"?

a)
b)
c)
d)
21.

What is coding?

a)

creating instructions for a computer to follow in computer language

b)

creating images for a computer to display

c)

creating text that can be read by a computer in different language

22.

What is an algorithm?

a)

a list of Apps you need to download

b)

a list of tech terms you need to know by heart

c)

a list of instructions for a computer to follow

23.

What is a bug?

a)

Part of a program that does not work correctly.

b)

Part of a program that works correctly.

c)

Part of a program that is automatic

24.

Look at the puzzle. What can you fix in the code so the bird will make it to the pig?

a)

Change the first turn block to left

b)

Remove a move forward block

c)

Add a move forward block

d)

Change the second turn block to left

25.

Solve the Puzzle

a)
b)
c)
26.

Solve the Puzzle

a)
b)
c)
d)
27.

Choose the word for this definition:

Not giving up. Trying things many different ways, many different times.

a)

persistence

b)

sequencing

c)

algorithm

d)

bug

e)

event

28.

feeling annoyed or angry because something is not the way you want it

a)

programming

b)

algorithm

c)

variable

d)

frustrated

29.

Solve the Puzzle

a)
b)
c)
d)
30.

Solve the puzzle

a)
b)
c)
d)
31.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

32.

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

a)
b)
c)
d)
33.

Will the zombie make it to the sunflower?

a)

Yes

b)

No

34.

To do something again

a)

loop

b)

repeat

c)

command

d)

condition

e)

conditional

35.

Which block of code will solve the puzzle?

a)
b)
c)
d)
36.

How many times will you repeat this pattern to create the shape?

a)

2

b)

5

c)

8

d)

6

37.

Solve this puzzle with a loop

a)
b)
c)
d)
38.

Is this the right solution for the Puzzle

a)

True

b)

False

39.

What is this called

a)

Reapet

b)

Nested Loop

c)

Loop

d)

Nothing

40.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

41.

What is the action of doing something over and over again?

a)

Repeat

b)

Loop

c)

Debugging