wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch 1 G6

Total questions: 30

Worksheet time: 3600secs

Name
Class
Date
1.

The blocks that control a sprite are called?

a)

Lines

b)

Instructions

c)

Actions

d)

Script

2.

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

3.
What is another name for your background in Scratch?
a)
backdrop
b)
background 1
c)
back
d)
dropback
4.

Which command lets the sprites walk ?

a)

Walk

b)

Run

c)

Move

d)

GO!

5.

What does the ( Green Flag ) mean in Scratch?

a)

Nothing

b)

STOP

c)

Start

d)

Finish

6.
Where do you find the images of backdrops to insert in Scratch? 
a)
Costumes
b)
Backdrop
c)
Gallery
d)
Script
7.

What is the purpose of "sound" in the programming language Scratch?

a)

To control the sprite, eg initialise a position on the stage.

b)

To make the sprite interact with other sprites, colours or the edge of the stage.

c)

To make the sprite move, eg 10 steps.

d)

To make the sprite play a sound, eg meow.

8.
The Sprite will move...
a)
Up 
b)
Down 
c)
Left 
d)
Right 
9.

What does this block do?

a)

Move forward 10

b)

Repeat forever

c)

Start block

d)

if block

10.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
11.

The image shown on the stage behind the sprites in Scratch is knows as the ________________________.

a)

Backdrop

b)

Wall

c)

Background

d)

Backstage

12.
This is an image of the stage in scratch, which coordinates would be a location in the bottom right?
a)
x = -120
y = 145
b)
x = 200
y = -100
c)
x = 120
y = 145
d)
x = -134
y = -120
13.
The sprite will move...
a)
Up
b)
Down
c)
Left
d)
Right
14.

What would you use to change the location of a Sprite on the stage in Scratch?

a)

X-Y Co-ordinates

b)

Stage Information

c)

File Menu

d)

Costume tab

15.

Identify

a)

Red symbol

b)

Red button

c)

Stop

d)

Halt

16.

Which script is correct to display the message hello for 2 seconds

a)
b)
c)
17.

If I wanted to start a character at a particular place on the screen, which block would I use?

a)

b)

c)

d)

18.

What is the value of the X coordinate in (3, 5)?

a)

3

b)

5

19.

How many times will the loop repeat?

a)

10 times

b)

5 times

c)

20 times

20.

What does this code do?

a)

The sprite turns to the right

b)

The sprite glides across the screen

c)

The sprite shrinks

d)

The sprite falls down the screen

21.

Which code block is an example of iteration (loop)?

a)

When this sprite is clicked

b)

Repeat 10 times

c)

Next costume

d)

Play sound meow until done

22.

We can add sound to our Scratch project by using the blocks in the …………….block menu.

a)

Sound

b)

Looks

c)

Motion

d)

Sensing

23.

Which block will make a message appear above the sprite as if it is talking?

a)
b)
c)
d)
24.

How can you stop a script when it is running?

a)

Click on the sprite.

b)

Click on the green flag icon

c)

Click on the red stop sign icon

d)

Press the Esc key

25.

Which is a script?

a)
b)
c)
d)
26.

Why doesn't this equation keep rotating?

a)

It could only loop once

b)

This is not attached with "when clicked" block

27.

You CANNOT change the back drop of the stage .

a)

true

b)

false

28.
Can we give sprite specific location to start from ?
a)
No
b)
Yes
29.

Which of the following is correct?

a)

X Axis is left-right, Y Axis is up-down

b)

Y Axis is left-right, Y Axis is up-down

c)

Y Axis is only negative numbers, X Axis is only positive numbers

d)

Y Axis is only positive numbers, X Axis is only negative numbers

30.

Coordinates (x,y)

a)

determine the position of the Sprite on stage.

b)

are near the end of the alphabet.

c)

are a great way to organize your clothes.