wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

C3.2 - Exploring Scratch

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following statements best describes the term 'code'?

a)

A secret message, eg Caesar Cipher.

b)

A standard of dress, eg dress code.

c)

The instructions that are written in a programming language, eg Scratch.

d)

The instructions that are written in a code, eg a secret message.

2.

What is the value stored in totalMarbles?

a)

25

b)

325

c)

425

3.

This shows the script for a character in a game.


What happens to the score when the character touches the edge?

a)

Score will remain the same

b)

Score will increase by 1

c)

Score will decrease by 1

d)

Score will increase by 2

4.

What happens to sprite?

a)

Goes Up

b)

Goes Down

c)

Goes Right

d)

Goes Left

5.

When green flag is clicked, what happens?

a)

Sprite hides

b)

Sprite changes costume

c)

Sprite changes costume and moves

d)

Sprite moves

6.

What type of loop does this code use?

a)

If ___ then

else

b)

If ___ then

c)

Repeat

d)

Forever

7.

Pause the program for a set amount of time

a)

Wait

b)

Stage

c)

Sprite

d)

Costume

e)

If

8.

You can keep score in Scratch by creating a...

a)

Sprite

b)

Variable

c)

Loop

d)

Function

9.

What it this code an example of?

a)

Iteration

b)

Selection

c)

Sequence

d)

Repetition

10.

What is a variable?

a)

Block of code

b)

Container for a value

c)

Sprite costume

d)

Sound

11.

What would the Sprite say if the Test is set to 10?

a)

My name is Bob

b)

I like Chocolate

c)

Hello

d)

I do not know

12.

Which group of blocks include the When Flag Clicked command?

a)

Motion

b)

Looks

c)

Sound

d)

Control

13.

What is the backdrop area called in Scratch?

a)

Ground

b)

Paint

c)

Area

d)

Stage

14.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
15.

What group of blocks controls movement of the Sprite?

a)

Control

b)

Sensing

c)

Motion

d)

Look

16.

Which word below describes the use of a repetition block?

a)

Order

b)

Steps

c)

Loop

d)

Decision

17.
Where do you find the images of characters to insert in Scratch? 
a)
Costumes
b)
Backdrop
c)
Gallery
d)
Script
18.

What is a character in Scratch called?

a)

Bat

b)

Cat

c)

Sprite

d)

Crab

19.

What programming concept means following steps in order?

a)

Iteration

b)

Sequence

c)

Selection

20.
What do you call the list of commands in Scratch? 
a)
Sprite
b)
Script
c)
Scratch
d)
Help