Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Quiz 6

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

What is the variable in this code?

a)

keep score

b)

random position

c)

edge

2.

What does this code do?

a)

It clicks the sprite forever

b)

It allows you to draw shapes

c)

It generates sprites forever

3.

What does this color means?

a)

Motion

b)

Sound

c)

Sensing

4.

What does this section called?

a)

Stage

b)

Sprite

c)

Script

5.

What does this section called?

a)

Events

b)

Script

c)

Sprite

6.

What does this block do?

a)

Repeat the code forever

b)

Repeat the code 2 times

c)

Repeat the code until touching the sprite

7.

What does this block do?

a)

It writes notes for you

b)

It plays a musical note

c)

It beats the drum

8.
To change the appearance of a sprite we can give it a different..?
a)
Costume
b)
Look
c)
Style
d)
Stage
9.
In Scratch which blocks are yellow?
a)
Motion
b)
Control
c)
Sensing
d)
Variables
10.
In Scratch which blocks are blue?
a)
Control
b)
Looks
c)
Sound
d)
Motion
11.
In Scratch which blocks are purple?
a)
Sensing
b)
Looks
c)
Motion
d)
Variables
12.
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.
13.
Can we add sound to our Scratch project ?
a)
Yes
b)
Yas
14.
Which block should you use if you want to animate a Sprite?
a)
next costume
b)
next look
c)
next style
d)
next move
15.
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
16.
What is a loop?
a)
Starting the program
b)
Ending the program
c)
Blocks that repeats your code.
d)
Programs running
17.
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
18.
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
19.

What programming concept means following steps in order?

a)

Iteration

b)

Sequence

c)

Selection

20.

Which of the following will allow the movements to occur continuously to various positions?

a)
b)
c)
d)