wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz 3 - Scratch

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.
a)

Go Up

b)

Go Down

c)

Go Left

d)

Go Right

2.
a)

Add a "Forever" Block around the Sound Block

b)

Add a "Repeat _" Block around the Sound Block

c)

Change the Seconds to 5

d)


Change the Costume of the Cat

3.
a)


Change the Event Block

b)

Add a "Change Costume" Block

c)


Add a "Forever" Block

d)

Add a "Wait 1 Sec" Block

4.

The cat in Scratch is an example of a..?

a)

Avatar

b)

Sprite

c)

Character

d)

Template

5.

In Scratch which blocks are yellow?

a)

Motion

b)

Sensing

c)

Control

d)

Variables

6.

In Scratch which blocks are blue?

a)

Control

b)

Sound

c)

Looks

d)

Motion

7.

In Scratch which blocks are purple?

a)

Sensing

b)

Motion

c)

Looks

d)

Variables

8.

Where do you find the images of characters to insert in Scratch? 

a)

Costumes

b)

Gallery

c)

Backdrop

d)

Script

9.

A costume is 

a)

A code block

b)

A different way a sprite looks

c)

A motion 

d)

A sound

10.

You can paint a new costume for a sprite in Scratch?

a)

True

b)

False

11.

Which command let the sprites walk ?

a)

walk

b)

move

c)

run

d)

go

12.

Which group of blocks include the "When Flag Clicked" command?

a)

Motion

b)

Events

c)

Looks

d)

Control

13.

The above  script is added to a sprite. According to the script what do you expect to happen?

a)


If “y position” of the sprite is less than -175 it goes to first a random position then glides to the top of the stage

b)

If “y position” of the sprite is greater than -175 it goes to a random position on the stage

c)


If “y position” of the sprite is less than -175 it goes to intersection of a random position on the “X axis” and top of the stage

14.

The following script is added to a sprite. What does the script do?

a)

It repeats set of instructions placed in “repeat until” until “mynumber” value is equal to “answer”.

b)

It changes the value my “answer” until it is equal to “mynumber”.

c)

It changes the value my “mynumber” until it is equal to “answer”.

15.

What does the Red Flag do on Scratch?

a)

Nothing

b)

Start

c)

Stops the game

d)

Finish

16.

Can we give the sprite a specific location to start from ?

a)

Yes

b)

No

17.

To move a sprite sideways you...

a)

Change the x value

b)

Change the y value

18.

What is a loop?

a)

Starting the program

b)

Allows something to be repeated

c)


Ending the program

d)

Programs running

19.

What would happen to a sprite if we ran this command?

a)

Go Up

b)

Go Left

c)

Go Down

d)

Go Right

20.

Jake wants his Scratch cat to move across the screen when the green flag is clicked. Which block should he use first?

a)

"When I receive [message1]"

b)

"When green flag clicked"

c)

"Forever"

d)

"When backdrop switches to [backdrop1]"

21.

Carlos wants his game to score points every time the ball touches the paddle. What kind of block should he use?

a)

Motion

b)

Looks

c)

Sensing

d)

Sound

22.

In Mark's game, the cat should say “Game Over!” when the score reaches 100. Which block helps check the score?

a)

Wait until ( )

b)

If then

c)

Repeat until ( )

d)

Forever

23.

The "Broadcast" block is used to send messages between sprites.

a)

True

b)

False

24.

In Scratch, the "Glide" block allows smooth movement from one position to another.

a)

True

b)

False

25.

Jenny added a "Forever" loop but her sprite won’t stop moving. What should she add to stop it when the game is over?

a)

Wait (1) seconds

b)

Stop all

c)

Hide

d)

Change x by (10)