wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

YouCode Scratch Quiz

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Which block in the script is the "Event Listener"? (Event Listener is the block that checks when an input occurs)

a)
b)
c)
d)
2.

Allen wants to make some code for a game over. Allen He wants his game to stop when the variable called lives is 0. Select to correct condition to put into Allen's script.

a)
b)
c)
3.

Explain in your own words what the script in the picture does. You can explain what each block does and the order the blocks happen.

4 lines
4.

True or False, the game will stop when the score is 0?

a)

TRUE

b)

FALSE

5.

The script shows the two conditions are checked. The win condition is when the score is (a)   .

6.

Shun wants to make a game but he is not sure what code blocks to use. He wants to make a cat and mouse game. When the game starts the cat will move randomly forever and the player will control the mouse.

Which code is most appropriate for the player controlled mouse?

a)
b)
c)
d)
7.

Describe why you chose the block in the previous question. You can say what the code does and why it is a good choice for the player controls.

4 lines
8.

Shun wants to make the code for the cat better. The script shows what he made so far. Select which improvement should Shun make to his code for the cat.

a)
b)
c)
d)
9.

Shun wants to add a cheese sprite to his game. But Scratch doesn't have a cheese sprite. Choose which method of adding a sprite would be the fastest and give the best quality result.

a)

Draw the sprite by hand.

Take a picture.

Upload to scratch.

b)

Edit a banna sprite.

Make the sprite look like a cheese.

Rename the Sprite as cheese

c)

Find a cheese image on google.

Download the sprite.

Upload to scratch.

d)

Buy cheese at the market.

Take a picture.

Upload to scratch.

10.

Shun thinks the game should end when the mouse eats all the cheese. He decided to make many cheese costumes. To make it look like the mouse is eating Shun knows he needs to use the if block and check a condition. Select the correct code for the cheese to make it seem like the mouse is eating.

a)
b)
c)
d)