wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Lesson 5

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What will be the output of this program when it is executed? (What will the sprite say?)

a)

Sun, Rain, It’s raining

b)

Sun, Rain, Rain

c)

Sun, Rain, Rain, It’s raining

d)

Sun, It’s raining

2.

What is Iteration?

a)

Doing the same thing more than once

b)

Running instructions in order

c)

Making choices

3.

What is the name of the process of finding an error in your code and taking steps to fix the problem?

a)

Mending

b)

Correcting

c)

Debugging

d)

Fixing

4.

From which menu on the left-hand side of the screen would you find the If blocks?

a)

Variables

b)

Events

c)

Operators

d)

Control

5.

What programming concept means following steps in order?

a)

Sequence

b)

Selection

c)

Iteration

6.

What are the red blocks of code doing?

a)

Iteration

b)

Input

c)

Calling a Subroutine

d)

Selection

7.

What is a variable?

a)

addition

b)

Sprite costume

c)

sound

d)

storage location on a computer

8.

What will be the output of this program when it is executed? (What will the sprite say?)

a)

10 ,11, Lunchtime, 12

b)

10, 11, Lunchtime, 13

c)

10, 11, 12, 13

d)

10, 11, Lunchtime, 12, 13