NEW
Font size
S
M
L
XL
WorksheetsScratch
Total questions: 32
Worksheet time: 35mins
Name
Class
Date
1.
What do you call the characters in Scratch?
a)
Sprite
b)
Script
c)
Scratch
d)
Sprite Scripts
2.
What is another name for your background in Scratch?
a)
backdrop
b)
background 1
c)
back
d)
dropback
3.
A costume is
a)
A code block
b)
A motion
c)
A different way a sprite looks
d)
A sound
4.
You can paint a new costume for a sprite in Scratch?
a)
True
b)
False
5.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
6.
Will the sprite move from their position after this code ?
a)
Yes
b)
No
7.
What would this code do?
a)
make sprite run when distace is close
b)
broadcast RUN when distance is close
c)
move 10 steps then stop
d)
glitch out
8.
What is the final value of b?
a)
0
b)
9
c)
10
d)
11
9.
What would this code do?
a)
Make a character dance
b)
Make a sound play
c)
rotate a character
d)
chase the mouse
10.
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"
11.
If you touched Sprite2 seven times what would your score be?
a)
5
b)
0
c)
7
d)
8
12.
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.
13.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing
14.
Where do you go to get help in Scratch?
a)
Sprite
b)
Script
c)
Scratch
d)
Question mark
15.
Where do you find the images of characters to insert in Scratch?
a)
Costumes
b)
Backdrop
c)
Gallery
d)
Script
16.
Where do you find the images of backdrops to insert in Scratch?
a)
Costumes
b)
Backdrop
c)
Gallery
d)
Script
17.
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
18.
An algorithm is..
a)
.. A set of instructions
b)
... A motion block
c)
... A character
d)
... A loop statement
19.
These two commands are associated with what computer science principle?
a)
Branching
b)
Iteration
c)
Methods
d)
Objects
20.
This stack block will make the sprite:
a)
jump
b)
turn
c)
move forward
d)
turn sound down
21.
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
22.
The Default Sprite is the
a)
Cow
b)
Kitten
c)
Kangaroo
d)
Cat
23.
These blocks are different examples of what?
a)
motion
b)
events
c)
sound
d)
loops
24.
What is happening in this piece of code?
a)
It is a goal counter which adds up 1 goal at a time
b)
It is a timer which is counting down from 10 seconds
c)
The code does not work when we click the green flag
d)
I am unsure
25.
These blocks are different examples of what?
a)
motion
b)
events
c)
controls
d)
sound
26.
These blocks are different examples of?
a)
Sound
b)
Motion
c)
Control
d)
Operators
27.
This piece of code is different types of what?
a)
Movement
b)
Running
c)
Walking
d)
Controls
28.
This piece of code is ?
a)
This piece of code is a timer. Adding time by 1 each time.
b)
Adding a score every time "Goal!!" is received. So this is a counter
29.
What does broadcast mean in scratch?
a)
Outputs a message
b)
inputs a message
c)
it does not exist
d)
nothing
30.
What will the piece of code do when the green flag is pressed?
a)
a rectangle
b)
a square
c)
a circle
d)
a kite
31.
" if on edge, bounce " mean ... ?
a)
Jump
b)
Go back
c)
Continue
d)
STOP
32.
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
Reset
