NEW
Font size
S
M
L
XL
WorksheetsUsing Scratch
Total questions: 13
Worksheet time: 7mins
Name
Class
Date
1.
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
2.
what does this block do?
a)
Makes the code inside loop forever
b)
makes the code outside loop forever
c)
will loop forever until something happens
d)
will loop forever until the sprite is clicked.
3.
What will this script do?
a)
constantly move the sprite left and right for half a second
b)
every half a second the sprite will change costume
c)
the sprite will move left and right, and will change costume
d)
the sprite will move up and down, and will change costume
4.
What is the name for the block category that has all the movement blocks?
a)
Movement
b)
Motion
c)
Travelling
d)
Events
5.
This is an image of the stage in scratch, which coordinates would be a location in the bottom right?
a)
x = -120
y = 145
y = 145
b)
x = 200
y = -100
y = -100
c)
x = 120
y = 145
y = 145
d)
x = -134
y = -120
y = -120
6.
This is an image of the stage in scratch, which coordinates would be a location in the top right?
a)
x = -120
y = 145
y = 145
b)
x = 200
y = -100
y = -100
c)
x = 120
y = 145
y = 145
d)
x = -134
y = -120
y = -120
7.
What will this piece of code do?
a)
if the sprite is too far left it will think so
b)
if the sprite is too far right, it was think its too far left
c)
if the sprite is too far up, it was think its too far left
d)
if the sprite is too far down, it was think its too far left
8.
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
9.
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
10.
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.
11.
for any math related code you look into the ......... tab
a)
operators
b)
sensing
c)
events
d)
motion
12.
The character you edit and code on the screen is called a ...
a)
Sprite
b)
Character
c)
object
d)
person
13.
The background of the stage is called the ...
a)
Stage
b)
Background
c)
Backdrop
d)
area
Reset
