wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SJ12 Scratch Recap

Total questions: 36

Worksheet time: 25mins

Name
Class
Date
1.

A character in a Scratch program is called

a)

Char

b)

Variable

c)

Sprite

2.

The term "backdrop" means

a)

Background

b)

Water drops

c)

Colour

3.

The x and y coordinate values refers to

a)

The speed of the character movement

b)

The position of the character

c)

The costumes of the character

4.

A costume is

a)

A code block

b)

A sound

c)

Different way a sprite looks

5.

The Y axis is "up" and "down". True or false?

a)

True

b)

False

6.

In scratch, which blocks are yellow?

a)

Motion

b)

Control

c)

Variables

7.

In scratch, which blocks are blue?

a)

Control

b)

Looks

c)

Motion

8.

Scratch is

a)

A programming language

b)

An animation

c)

A Computer system

9.

How do you create a loop in scratch?

a)

Use a cat sprite

b)

Snap a block

c)

Use a repeat block

10.

A step by step instruction is called_______

a)

Programming

b)

Program or Script

c)

Programmer

11.

A person who writes programs is known as __________

a)

Programming

b)

Program

c)

Programmer

12.

Title bar displays the ______ of the project.

a)

title

b)

menu

c)

tools

13.

The area where sprite performs action is known as ______

a)

Sprite

b)

Stage

c)

Script

14.

Which of the following are the components of Scratch? (Select multiple options)

a)

Green Flag

b)

Sprite

c)

Script Area

d)

Standard Toolbar

e)

Blocks Palette

15.

What will happen when you run this code?

a)

Change color

b)

Grow and shrink

c)

Spin

d)

Bounce

16.

What will happen when you run this code?

a)

Change color

b)

Grow and shrink

c)

Spin

d)

Bounce

17.

What will happen when you run this code?

a)

Change color

b)

Grow and shrink

c)

Spin

d)

Bounce

18.

What will happen when you run this code?

a)

Change color

b)

Grow and shrink

c)

Spin

d)

Bounce

19.

What will happen when you run this code?

a)

Bounce everywhere

b)

Add background music

c)

Change scene

d)

Play a beat

e)

Say something

20.

What will happen when you run this code?

a)

Bounce everywhere

b)

Add background music

c)

Change scene

d)

Play a beat

e)

Say something

21.

What will happen when you run this code?

a)

Bounce everywhere

b)

Add background music

c)

Change scene

d)

Play a beat

e)

Say something

22.

This code is an example of which of the following?

a)

IF, THEN conditional

b)

An algorithm

c)

Debugging

d)

A map

23.

How to make the character move up?

a)
b)
24.

How to make one sprite run to the other sprite?

a)
b)
c)
d)
25.

A block that sends messages from one sprite to another.

a)

When the green flag is clicked

b)

Broadcast block

c)

Forever Loop

d)

If/Then Block

26.

Which code block is this?

a)

Motion

b)

Control

c)

Sensing

d)

Varialble

27.

Which code block is this?

a)

Events

b)

Control

c)

Looks

d)

Operators

28.

Which code block is this?

a)

Events

b)

Control

c)

Looks

d)

Operators

29.

Which code block is this?

a)

Events

b)

Control

c)

Looks

d)

Operators

30.

Which code block is this?

a)

Events

b)

Control

c)

Looks

d)

Operators

31.

If you want to repeat part of your code you can use a

a)

loop

b)

algorithm

c)

sequence

d)

selection

32.

Which of these is a motion block?

a)

change x by 10

b)

play sound until done

c)

think...

d)

wait 1 second

33.

If I want to move the sprite to the right, which set of blocks would I need?

a)
b)
c)
d)
34.

Which of these would move the sprite down on the stage?

a)

Change x by 10

b)

Change x by -10

c)

Change y by 10

d)

Change y by -10

35.

Which of the following sections of code will make the script follow the mouse pointer around the screen?

a)
b)
c)
d)
36.
What is the function of “point in direction” in the following script?
a)
It allows the sprite to point to the direction desired to move
b)
It allows to rotate the sprite by the selected amount
c)
It allows the sprite move 10 steps and turns 90 degrees