wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Express Course -> Lesson 5

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which of these pieces of code creates the output shown here?

a)
b)
c)
d)

None of these

2.

What will the code do?

a)

the monster will move west-to-east in loop

b)

the monster will move eastwards

c)

the monster will move east in loop

d)

the monster will dance

3.

Behaviors are blocks that tell the sprite to do a specific set of instructions. Which of these makes the sprite wander around the screen?

a)
b)
c)
d)
4.

Which Code Can Creates a new sprite of the chosen costume at the given location.

a)
b)
c)
d)
5.

Choose the word for this definition:

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

a)

event

b)

code

c)

program

d)

bug

e)

sequencing

6.

Choose the word for this definition:

A list of steps to finish a task.

a)

debugging

b)

sequencing

c)

bug

d)

algorithm

e)

event

7.

Choose the word for this definition:

Part of a program that does not work correctly.

a)

event

b)

sequencing

c)

debugging

d)

algorithm

e)

bug

8.

Choose the word for this definition:

Finding and fixing problems in an algorithm or program.

a)

debugging

b)

sequencing

c)

algorithm

d)

bug

e)

event

9.

Choose the word for this definition:

Putting commands in correct order so computers can read the commands.

a)

debugging

b)

code

c)

sequencing

d)

algorithm

e)

bug

10.

Choose the word for this definition:

The art of creating a program.

a)

debugging

b)

code

c)

sequencing

d)

programming

e)

bug

11.

Which of these creates this output? Use the graph displayed on the board to answer the question.

a)
b)
c)
d)
12.

Which of these is the correct code to produce the output provided? Remember that 0,0 on the graph is in the bottom left hand corner.

a)
b)
c)
d)

None of these