wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

2.5 Quiz (Scratch)

Total questions: 28

Worksheet time: 15mins

Name
Class
Date
1.

Which loop is a better choice, if I'd like my animation to end at some point?

a)
b)
2.
A message that is sent through the Scratch program, activating receiving scripts.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
3.

Which key press is normally used to start or reset an animation?

a)
b)
c)
4.

When the code below is run, how many steps will the sprite move?

a)

0

b)

20

c)

30

d)

40

5.

When the code below is run, how many steps will the sprite move?

a)

0

b)

30

c)

40

d)

50

6.

6. Vector and Bitmap are two well-known formats for storing art digitally. Which format would I use, if I needed the illustration to scale properly with smooth edges?

a)

vector

b)

bitmap

7.

When animating a character sprite using code like the example below, what wait time (frame-rate) will give believable animation?

a)
b)
c)
8.

8. True or False: Pair programming is used outside the classroom, in real programming jobs.

a)

true

b)

false

9.
What do you call the characters in Scratch? 
a)
Sprite
b)
Script
c)
Scratch
d)
Sprite Scripts 
10.
Where do you go to get help in Scratch? 
a)
Sprite
b)
Script
c)
Scratch
d)
Question mark
11.

How many blocks in scratch?

a)

2

b)

4

c)

6

d)

8

12.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
13.
the background of the project
a)
Stage
b)
Script
c)
Scratch
d)
Backdrops
14.
An organized set of rules or steps to perform an action, is also known as...
a)
Scratch
b)
Software
c)
Algorithm
d)
Block
15.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
16.
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
17.

Ballerina has 4 costumes. If you want the animation to end on the last costume, what number should be in the repeat loop?

a)

2

b)

3

c)

4

d)

5

18.
The "forever" block is found in which of the following block types?
a)
sound
b)
data
c)
events
d)
control
19.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Allows something to be repeated
d)
Programs running
20.
What ( Red Flag ) mean in Scratch
a)
Nothing
b)
STOP
c)
Start
d)
Finish
21.
Which from the following is not a command ?
a)
forever until
b)
repeat until
c)
repeat
d)
forever
22.
Can we give sprite specific location to start from ?
a)
No
b)
Yes
23.
Which command let the sprites walk ?
a)
Walk
b)
Run
c)
Move
d)
GO!
24.
The computational concept of running the same sequence multiple times.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
25.
The computational concept of one thing causing another thing to happen.
a)
Parallelism
b)
Events
c)
Broadcast
d)
Loops
26.
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
27.
the objects that perform actions in a project
a)
Sprite
b)
Script
c)
Motion
d)
Scratch
28.
one out of possibly many frames, or backgrounds, of the Stage
a)
Backdrops
b)
Looks Block
c)
Stage
d)
Sprite