wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch

Total questions: 15

Worksheet time: 7mins

Name
Class
Date
1.
The sprite will move...
a)
Up
b)
Down
c)
Left
d)
Right
2.
What does this line of code mean?
a)
When bar is pressed, move 5 steps
b)
press space bar to move 10 steps upwards
c)
When space bar is pressed, move 10 steps
d)
When a button is pressed, move 0 stpes
3.
What will make the Sprite move 10 steps to the right?
a)
It it touches green
b)
If it touches pink
c)
If it touches the sprite
d)
If it touching the edge of the screen
4.
What is a variable?
a)
Something that changes
b)
It stays the same
c)
It goes up
d)
A value that can change
5.
What is a constant?
a)
It stays the same
b)
It doesn't change
c)
It is something that changes
d)
It is can be non stop
6.
What is an algorithm?
a)
A motion block
b)
A character
c)
A set of instructions
d)
Blocks of code
7.
What will make the Sprite move 10 steps to the right?
a)
If it is touching the colour Yellow
b)
If it is touching the colour Pink
c)
If it is touching the Edge of the screen
8.
What will cause the game to end?
a)
If it is touching the colour Yellow
b)
If it is touching the colour Pink
c)
If it is touching the Edge of the screen
9.

What does this code do?

a)

It clicks the sprite forever

b)

It allows you to draw shapes

c)

It generates sprites forever

10.

What does this block do?

a)

Repeat the code forever

b)

Repeat the code 2 times

c)

Repeat the code until touching the sprite

11.
What block will you use to have the sprite say something?
a)
Looks
b)
Sounds
c)
Pen
d)
Data
12.

Repeating a statement more than once is called a...

a)

Repetition

b)

Sequence

c)

Loop

d)

Event

13.

How many times would this code need to repeat to make a full circle?

a)

90

b)

180

c)

360

d)

720

14.

The green blocks that allow comparisons such as >, <, =, >=, <= are called?

a)

Logics

b)

Operators

c)

Formulas

d)

Expressions

15.

Study the script above which has been set up for your sprite. Which direction will your sprite move if you press the up arrow?

a)

Left

b)

Right

c)

Up

d)

Down