wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Programming

Total questions: 20

Worksheet time: 17mins

Name
Class
Date
1.

What are the characters of Scratch know as

(a)  

2.

Where does all the instruction blocks grouped together according to their function?

4 lines
3.

Is Scratch available offline? (Choose 2)

a)

Yes

b)

It is Scratch 2.0 (offline version)

c)

no

d)

no need to know

4.

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

5.

Which of these blocks can be identified as Iteration.

a)

When Space key pressed

b)

Forever

c)

Move 10 Steps

d)

If on edge, bounce

6.
To change the appearance of a sprite we can give it a different
a)
costume
b)
look
c)
style
d)
stage
7.
What will happen when the green flag is clicked?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
8.
According to the image, the order of the elements in scratch are...
a)
1.Stage 2.Sprites 3.Blocks 4.Scripts
b)
1.Stage 2.Blocks 3.Sprites 4.Scripts
c)
1.Scripts 2.Blocks 3.Sprites 4.Stage
d)
1.Scripts 2.Blocks 3.Stage 4.Sprites
9.

Will the sprite move from its position after this code?

a)

Yes

b)

No

10.

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

11.
Repeating a statement more than once or until a condition is met is called a..?
a)
Loop
b)
Sequence
c)
Repetition
d)
Event
12.
What is the final value of b?
a)
0
b)
9
c)
10
d)
11
13.

Which categories does this command blocks belong to?

a)

Looks

b)

Sensing

c)

Sound

d)

Motion

14.
What block will you use to have the sprite say something?
a)
Looks
b)
Sounds
c)
Pen
d)
Data
15.
For an action to perform in scratch , it needs first....
a)
An event block
b)
A control block
c)
A sound block
d)
A data block
16.

If Josh is 11 years old, what will this program print out?

a)

It won't print out anything

b)

You are old enough for Year 8

c)

You are still in year 7

d)

It will print out his age

17.

Which is the main character of Scratch

(Hint- It is also the logo of Scratch)

a)
b)
18.

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

19.

Looking at the script block below. What is the ghost's starting position?

a)

(X:100, Y:50)

b)

(X:50, Y:50)

c)

(X:100, Y:100)

d)

 

(X:0, Y:0)

20.
What would this script have a sprite do?
a)
When space key is pressed, forever do the following: turn 30 degrees right, wait one second, turn 30 degrees left, wait one second
b)
When space key is pressed, forever turn 30 degrees right, wait 2 seconds, turn 30 degrees left, wait two seconds
c)
When the space key is pressed, repeat the following 5 times: turn 30 degrees right, wait 1 second, turn 30 degrees left, wait 1 second
d)
When the space key is pressed, turn 30 degrees to the right, wait 1 second, turn 30 degrees to the left, and wait 1 second