Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Block coding Grade 5

Total questions: 19

Worksheet time: 49mins

Name
Class
Date
1.

Which of these would create a loop?

a)
b)
c)
2.

Code that makes the character create the same movements over and over again is called:

a)

Variable

b)

Conditional

c)

Loop

3.

What is coding?

a)

Finding and fixing a problem

b)

Using a language to instruct computers on what to do

c)

An action that happens over and over again

d)

Statements that happen under certain conditions

4.

If my program doesn't work, what should I do?

a)

Delete and start over again

b)

Give up...it will never work

c)

Debug the program - check your code block by block

d)

Research the coding language you are using

5.

Doing something over and over again

a)

sequence

b)

Boolean

c)

debug

d)

loop

6.

Coding can be used to...

a)

Tell computers what to do

b)

Create games, websites, and apps

c)

Program Robots

d)

All of the above

7.

A set of events in order

a)

sequence

b)

conditional statement

c)

iteration

d)

pseudocode

8.

Working through your code to find out why it is not working is called

a)

looping

b)

Boolean scripting

c)

pseudocode

d)

debugging

9.

The language that computers read (1's and 0's)

a)

Primary

b)

Numbers

c)

Binary

d)

Digital

10.

What does this code do?

a)

move forward 5 times

b)

move forever

c)

move forward 3 times

d)

move backward

11.

Which symbol is this?

a)

App lab

b)

Sprite lab

c)

Game lab

d)

Dance party

12.

Guess the color of repeat block?

a)

Blue

b)

Orange

c)

Pink

d)

White

13.

Which code will get Angry Bird jumping ON the pig?

a)
b)
14.

Which code will get Angry Bird jumping ON the pig?

The REPEAT does what's in the gap "however many times". In this case, 3!

a)
b)
15.

A part of the program that does not work correctly.

a)

Bug

b)

Break

c)

Loop

16.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

17.

What does this code do?

a)

Moves forward, turns, moves forward

b)

Moves forward 2 times, turns left, moves forward 2 more times

c)

Moves forward 4 times and turns left

d)

Moves and turns

18.

Can this code be written better?

a)

Yes, by using loops (repeat blocks)

b)

No, this is the best way to right this code

19.
A person who writes code is called a
a)
coder
b)
computer programmer
c)
technologist
d)
scientist