wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch end of unit

Total questions: 21

Worksheet time: 42mins

Name
Class
Date
1.

Scratch is a programming language

a)

True

b)

False

2.

What is an algorithm?

a)

A recipe

b)

A flow chart

c)

A set of instructions

d)

A control block

3.

What is an object in Scratch which performs functions controlled by scripts?

a)

Scratch

b)

Sprite

c)

Stage

d)

Script

4.

What is the backdrop of a project called?

a)

Sprite

b)

Script

c)

Scratch

d)

Stage

5.

A collection or stack of blocks that all interlock with one another is called?

a)

Sprite

b)

Scratch

c)

Script

d)

Stage

6.

Which sprite does the script that is displayed affect?

a)

Diver 1

b)

Diver 2

7.

The code blocks below are an example of what type of action?

a)

Pen

b)

Events

c)

Looks

d)

Control

8.

Look at the Scratch stage below. What are the coordinates at the centre of the screen?

a)

(X:0, Y:180)

b)

(X:0, Y:0)

c)

(X:240, Y:180)

d)

(X:-240, Y:0)

9.

Look at the Scratch stage. Where on the stage is position (x:240, Y:180)?

a)

Top Left Corner

b)

Bottom Right corner

c)

The top middle

d)

Top Right Corner

10.

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)

e)

(X:50, Y:100)

11.

After the script block has been run, where will the ghost end up?

a)

(X:100, Y:50)

b)

(X:50, Y:50)

c)

(X:50, Y:100)

d)

(X:100, Y:100)

12.

Where does the ghost sprite end up after the script has been run?

a)

(X:0, Y:0)

b)

(X:240, Y:0)

c)

(X:-240, Y:0)

d)

(X:180, Y:240)

13.

Look at the script below. What would the cat sprite do?

a)

Meow then glide to the right

b)

Meow then glide to the left

c)

Meow then glide up

d)

Glide to the left and then meow

14.

Look carefully at the following scripts. How many times does the costume change happen?

a)

10

b)

20

c)

30

d)

40

15.

Look carefully at the following script. What happens after the first sprite broadcasts Dance has ended?

a)

The second sprite does a dance

b)

The second sprite appears and speaks

c)

Nothing, because the second sprite doesn't receive the broadcast

d)

The second sprite hides

16.

Look carefully at the scripts below. What happens after the second sprite broadcasts End of Message?

a)

The first sprite does a dance

b)

The first sprite appears and speaks

c)

Nothing, because the first sprite doesn't recieve the broadcast

d)

The first sprite hides

17.

What happens to the shark when the spacebar is pressed AND it is touching Fish1?

a)

Nothing happens

b)

The shark broadcasts a message and then switches to costume shark-a

c)

The shark switches to costume shark-b and broadcasts a message

d)

The shark switches to costume shark-a

18.

What happens to the shark when the spacebar is pressed AND it is NOT touching Fish1?

a)

Nothing happens

b)

The shark broadcasts a message and then switches to costume shark-a

c)

The shark switches to costume shark-b and broadcasts a message

d)

The shark switches to costume shark-a

19.

Look carefully at the following script. How many times is the outer repeat done?

a)

36

b)

5

c)

4

d)

6

20.
a)

36

b)

4

c)

36 x 4

d)

6

21.

Look carefully at the following script. The block Turn right 10 degrees and Change pen color by 10 are repeated how many times?

a)

4

b)

36 x 4

c)

6

d)

36