wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Pre-Assessment

Total questions: 20

Worksheet time: 27mins

Name
Class
Date
1.
To send a message between sprites or from the sprite to the stage, you need to
a)
sequence
b)
send
c)
transmit
d)
broadcast
2.
How many times would this code need to repeat to make a full circle?
a)
90
b)
180
c)
360
d)
720
3.
The green blocks that allow comparisons such as >, <, =, >=, <= are called..?
a)
logics
b)
operators
c)
formulas
d)
expressions
4.
How do you create a loop in scratch?
a)
use a repeat block
b)
snap a block
c)
use a variable
d)
use a condition block
5.
The blocks that control a sprite are called
a)
lines
b)
scripts
c)
actions
d)
instructions
6.
What will this script do?
a)
draw random colors
b)
draw random shapes
c)
draw random colors in random places
d)
draw random numbers
7.
What is Scratch?
a)
a programming language/tool
b)
a code
c)
an animation
d)
a computer
8.
You can keep score in Scratch by creating a
a)
sprite
b)
variable
c)
loop
d)
function
9.
Several statements joined together is a
a)
run
b)
sequence
c)
loop
d)
variable
10.
This script would draw a
a)
star
b)
square
c)
pentagon
d)
hexagon
11.
Performing an action depending on IF a criteria is met is called a
a)
sequence
b)
statement
c)
loop
d)
condition
12.
To change the appearance of a sprite we can give it a different
a)
costume
b)
look
c)
style
d)
stage
13.
Repeating a statement more than once is called a
a)
loop
b)
sequence
c)
repetition
d)
event
14.
What would this script most likely do?
a)
make a sprite dance
b)
make a sprite invisible
c)
make the letter D appear
d)
make a sprite spin
15.
To program a sprite to duplicate itself on the stage while the program is running, you would need to use
a)
clone
b)
duplicate
c)
make a copy
d)
paste
16.
True or False: you can add your own images into your Scratch projects
a)
True
b)
False
17.
True or False: you can record or import your own sounds into your Scratch projects
a)
True
b)
False
18.
Which of these would move the sprite down on the stage?
a)
change x by 10
b)
change x by -10
c)
change y by 10
d)
change 7 by -10
19.
What will happen to the sprite when we click on it?
a)
It will move 10 step upwards
b)
10 letter Xs will appear
c)
It will move 10 steps to the left
d)
It will grow by 10 percent
20.
Finding and fixing problems in code
a)
Fixing
b)
Correcting
c)
Debugging
d)
Deissuing