wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSL - Scratch Quiz

Total questions: 16

Worksheet time: 12mins

Name
Class
Date
1.
In Scratch, what is a character or object called? 
a)
Spirit
b)
Sprint
c)
Sprite
d)
Split
2.
Will the Sprite move from his position after this code ?
a)
Yes
b)
No
3.
To change the appearance of a sprite we can give it a different..?
a)
Costume
b)
Look
c)
Style
d)
Stage
4.
In Scratch which blocks are yellow?
a)
Motion
b)
Control
c)
Sensing
d)
Variables
5.
In Scratch which blocks are blue?
a)
Control
b)
Looks
c)
Sound
d)
Motion
6.
In Scratch which blocks are purple?
a)
Sensing
b)
Looks
c)
Motion
d)
Variables
7.
How do you create code in Scratch?
a)
Snap blocks together.
b)
Write code in the editor.
c)
Draw blocks in the editor.
d)
Copy and paste code.
8.
Can we add sound to our Scratch project ?
a)
Yes
b)
Yas
9.
I tried to add blocks to my character, but the code disappeared! What most likely happened?
a)
Scratch Malfunctioned
b)
I have stage selected
c)
I have the wrong program open
d)
I have exceeded the block limit
10.
Which block should you use if you want to animate a Sprite?
a)
next costume
b)
next look
c)
next style
d)
next move
11.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
12.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Blocks that repeats your code.
d)
Programs running
13.
What will this piece of code do?
a)
when the right arrow is pressed, move the Sprite to the right 10 steps.
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
14.
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.
15.
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
16.
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