wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch 2

Total questions: 50

Worksheet time: 36mins

Name
Class
Date
1.
The Default Sprite is the 
a)
Cow
b)
Kitten
c)
Kangaroo
d)
Cat
2.
To be a game it must.....
a)
have gravity
b)
be finished
c)
have a story
d)
be interactive
3.
What does this code accomplish?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite
4.
I go to add a script to my character and find that my blocks have disappeared. Why is this?
a)
Scratch Malfunctioned
b)
I have stage selected
c)
I have the wrong program open
d)
I have exceeded the block lmit
5.
In scratch, a character or object is called? 
a)
Spirit
b)
Sprint
c)
Sprite
d)
Split
6.
a)
Go Up 
b)
Go Down 
c)
Go Left 
d)
Go Right 
7.
Repeating a statement more than once or until a condition is met is called a..?
a)
Loop
b)
Sequence
c)
Repetition
d)
Event
8.
                                                                           What block 
                                                                    programs the SPEED
                                                                           of the ball?
                                                 
a)
2
b)
4
c)
5
d)
7
9.
a)
Randomly move a sprint around
b)
play a sound when sprite is clicked
c)
none of the above
d)
both of the above
10.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
11.
Which from the following is not a command ?
a)
forever until
b)
repeat until
c)
repeat
d)
forever
12.
Can we give sprite specific location to start from ?
a)
No
b)
Yes
13.
the objects that perform actions in a project
a)
Sprite
b)
Script
c)
Motion
d)
Scratch
14.
the background of the project
a)
Stage
b)
Script
c)
Scratch
d)
Backdrops
15.
one out of possibly many frames, or backgrounds, of the Stage
a)
Backdrops
b)
Looks Block
c)
Stage
d)
Sprite
16.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
17.
What ( Red Flag ) mean in Scratch
a)
Nothing
b)
STOP
c)
Start
d)
Finish
18.
The computational concept of running the same sequence multiple times.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
19.
The computational concept of one thing causing another thing to happen.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
20.
A message that is sent through the Scratch program, activating receiving scripts.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
21.
One of the ten categories of Scratch blocks. They are color-coded gold, and are used to control scripts.
a)
Parallelism
b)
Control
c)
Vector
d)
Bitmap
22.
A set of instructions that tells a computer what to do to accomplish a particular task is called:
a)
Programming language
b)
Software
c)
An application
d)
A computer program
23.
The "forever" block is found in which of the following block types?
a)
sound
b)
data
c)
events
d)
control
24.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
25.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
26.
What is a variable?
a)
Something that can change
b)
Instructions telling the program what to do
c)
Has an input and an output
d)
Forever if
27.

Which of these would be most likely to be a variable in a game?

a)

score

b)

a castle backdrop

c)

a "go to x;y" block

d)

a costume for your sprite

28.

Which of the following best describes the BROADCAST function in Scratch?

a)

Makes a speech bubble appear over your sprite's head

b)

Plays a sound

c)

Sends out an invisible signal

d)

Changes the colors on the screen

29.

If your sprite is at the coordinate 0,0 where on the screen is it?

a)

Dead center

b)

Bottom Left Corner

c)

Top Left Corner

d)

Top Right Corner

30.

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

31.

If the "W" key moves the character up, which of the following is TRUE...

a)

The code stack for W should include "Change y by -10"

b)

The code stack for W should include "Change x by 10"

c)

The code stack for W should include "Change y by 10"

d)

The code stack for W should include "Change x by -10"

32.
" if on edge, bounce " mean ... ?
a)
Jump
b)
Go back
c)
Continue
d)
STOP
33.
Will sprite move from his position after this code ?
a)
Yes
b)
No
34.
Which color indicate " Motion Command " ?
a)
Orange
b)
Green
c)
Blue
d)
Red
35.
Which color indicate " Control Command " ?
a)
Orange
b)
Green
c)
Blue
d)
Red
36.
Can we add sound to our scratch project ?
a)
Yes
b)
Yas
37.
We cannot add variables inside scratch ?
a)
False
b)
True
38.
a)
Draw random colors
b)
Draw random shapes
c)
Noting, code is broken
d)
Draw random colours in random spots
39.
a)
make sprite run when distace is close
b)
broadcast RUN when distance is close
c)
move 10 steps then stop
d)
glitch out
40.
a)
0
b)
9
c)
10
d)
11
41.
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
42.
Why won't this code continuously move the sprite when clicking the directional arrows?
a)
The "if" statements need to be inside a "forever" block
b)
The "point in directions" values need to change
c)
The "move 1 steps" commands need to be inside a "forever" block
d)
Need a 2nd "point in direction" block after "move 1 step"
43.
a)
Randomly move a sprint around
b)
play a sound when sprite is clicked
c)
none of the above
d)
both of the above
44.
What are the values of Fruit and Citrus after this script is done?
a)
Fruit = 12, Citrus = 17
b)
Fruit = 13, Citrus = 16
c)
Fruit = 12, Citrus = 16
d)
Fruit = 4, Citrus = 12
45.
If you touched Sprite2 seven times what would your score be?
a)
5
b)
0
c)
7
d)
8
46.
What will the cat say when this script is run?
a)
Have a nice day. (only)
b)
Here's some fruit. (only)
c)
Here's some fruit. Have a nice day. 
d)
You can't have any. Have a nice day. 
47.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing
48.

what is the color of the control blockes ?

a)

blue

b)

green

c)

light yellow

d)

i don`t know !

49.

what are the two axis in scratch

a)

x and y

b)

n and t

c)

j and w

d)

k and somethig

50.

you can NOT change the back drop of the stage .

a)

true

b)

false