wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SCRATCH TEST 2

Total questions: 40

Worksheet time: 42mins

Name
Class
Date
1.
What will this code do?
a)
Make my character go to blue
b)
Make my character win the game
c)
Make my character go back to the start if it touches blue
d)
Make my character go back to the start if it touches the bad guy
2.

This is an image of the stage in scratch, which coordinates would be a location in the top left?

a)

x = -120

y = 145

b)

x = 200

y = -100

c)

x = 120

y = 145

d)

x = -134

y = -120

3.

What are the values of Fruit and Citrus after this script is done?

a)

Fruit = 17, Tuber = 15

b)

Fruit = 60, Tuber = 15

c)

Fruit = 60, Tuber = 30

d)

Fruit = 17, Tuber = 30

4.

What will the cat say when this script is run?

a)

Have a nice day. (only)

b)

You can't have any. Get lost pal

c)

Here's some fruit. Have a nice day.

d)

You can't have any. Have a nice day.

5.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
6.
How do you make a character grow smaller in Scratch? 
a)
Ctrl+Del
b)
Ctrl+Backspace
c)
Contract+Sprite
d)
Expand+Sprite
7.
Which animals Scratch logo contains ?
a)
Koala
b)
Cat
c)
Lion
d)
Dog
8.
" if on edge, bounce " mean ... ?
a)
Jump
b)
Go back
c)
Continue
d)
STOP
9.

What does the RED DOT mean in Scratch?

a)

Nothing

b)

STOP

c)

Start

d)

Finish

10.
Which color indicate " Control Command " ?
a)
Orange
b)
Green
c)
Blue
d)
Red
11.
a)
make sprite run when distace is close
b)
broadcast RUN when distance is close
c)
move 10 steps then stop
d)
glitch out
12.
a)
Go Up 
b)
Go Down 
c)
Go Left 
d)
Go Right 
13.

This stack block will make the sprite:

a)

jump

b)

Rotate

c)

move forward

d)

turn sound down

14.
If you touched Sprite2 seven times what would your score be?
a)
5
b)
0
c)
7
d)
8
15.

What would the Sprite say if the Test is set to 10?

a)

My name is Bob

b)

I like Chocolate

c)

Hello

d)

I do not know

16.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

d)

script

17.

Blocks that allows you to repeat scripts multiple times.

a)

repeating blocks

b)

script

c)

volume

d)

Tempo

18.

This Block is called

a)

Loop

b)

variable

c)

conditional statement

d)

Repeat

19.

What is the variable in this code?

a)

Forever

b)

say

c)

Count

d)

When Clicked

20.
How do you save a project in Scratch?
a)
Click on Save Now or File-Save now
b)
Click on the scissors
c)
Click on the green flag
d)
Click on events
21.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
22.

Which of these would be a variable in a game?

a)

lives

b)

the ball

c)

the player

d)

the paddle

23.
Which option lets me move to the right?
a)
"change x by 10"
b)
"change y by 10"
c)
"set x to 0"
d)
"set y to 0"
24.

Which of the following is an example of iteration(loop)?

a)

"repeat 30"

b)

"wait 0.01 secs"

c)

"turn right 45 degrees"

d)

"go to x -94 and y 141"

25.
Which of the following shows a variable?
a)
"forever move 2 steps"
b)
"forever if on edge bounce"
c)
"pick random 1 to 5"
d)
"set score to 0"
26.
Which option shows the use of the sensing functions?
a)
"forever if touching hungry fish"
b)
"change score by 1"
c)
"hide and show"
d)
"pick random 1 to 10"
27.
The correct instruction to get scratch to draw a line is ?
a)
"pen down"
b)
"set pen color to"
c)
"pen up"
d)
"change pen color by 10"
28.
What does a Loop do?
a)
Twist something round
b)
Start a program
c)
Repeat an operation
d)
Make a circle
29.

How many sprites can you add in a project ?

a)

1234

b)

3

c)

10

d)

As much as you want to use

30.

Which group would allow me to loop 15 times?

a)
b)
c)
d)
31.
What will this piece of code do?
a)
when the right arrow is pressed move the sprite to the right.
b)
when the left arrow is pressed move the sprite to the left.
c)
turn the sprite to the right.
d)
turn the sprite to the left
32.
what will this block do?
a)
increase the size of the sprite by 10
b)
decrease the size of the sprite by 10
c)
increase the size of the backdrop by 10
d)
decrease the size of the backdrop by 10
33.
What will this script do?
a)
the sprite will continue moving until the sprite touches orange
b)
the sprite will only move when it is touching the colour orange
c)
The sprite will move forever
d)
the sprite will stand still
34.
What will this piece of code do?
a)
Create a clone of the sprite on the location the mouse is clicked.
b)
create a clone of the sprite in a random location.
c)
delete a clone of the sprite.
d)
deletes the sprite and makes a new clone elsewhere.
35.

The loudness of a sound file is called?

a)

tempo

b)

volume

36.
In Scratch which blocks are blue?
a)
Control
b)
Looks
c)
Sound
d)
Motion
37.

What kind of code does Scratch use?

a)

Python

b)

C++

c)

Block code

d)

Java

38.

Which would make a sprite move up?

a)

Change X by 10

b)

Change Y by -10

c)

Change Y by 10

d)

Change X by -10

39.

If we want this code to run for an entire game, which block should be used?

a)

Repeat 10 times

b)

Repeat until

c)

Keep going

d)

Forever

40.

What type of block do we use to write code to know when something happens?

a)

When

b)

IF

c)

Sometimes

d)

While