wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Coding Skills Check

Total questions: 20

Worksheet time: 3600secs

Name
Class
Date
1.

Which block in Scratch is used to make a sprite move 10 steps forward?

a)

"say Hello for 2 seconds"

b)

"move 10 steps"

c)

"turn 15 degrees"

d)

"wait 1 second"

2.

How do you add a new sprite to your Scratch project?

a)

Click the green flag

b)

Click the "Choose a Sprite" button

c)

Press the space bar

d)

Click the "Add Sound" button

3.

Which block would you use to repeat a set of instructions 10 times?

a)

"if then"

b)

"repeat 10"

c)

"forever"

d)

"wait 10 seconds"

4.

What is the purpose of the "when green flag clicked" block in Scratch?

a)

To stop the project

b)

To start the project

c)

To add a new sprite

d)

To change the backdrop

5.

Which block would you use to play a sound when a sprite is clicked?

a)

"when sprite clicked"

b)

"play sound [pop] until done"

c)

"repeat until"

d)

"set volume to 100%"

6.

How can you change the backdrop in your Scratch project?

a)

Use the "switch backdrop to" block

b)

Use the "move 10 steps" block

c)

Use the "say Hello" block

d)

Use the "repeat" block

7.

Which block is used to check if a sprite is touching the edge of the stage?

a)

"if touching [edge]?"

b)

"wait 1 second"

c)

"set x to 0"

d)

"change colour effect by 25"

8.

What does the "forever" loop do in Scratch?

a)

Repeats instructions a set number of times

b)

Repeats instructions until a condition is true

c)

Repeats instructions forever until the project stops

d)

Runs instructions only once

9.

Which block would you use to make a sprite say something on the screen?

a)

"say [Hello] for 2 seconds"

b)

"move 10 steps"

c)

"play sound [meow]"

d)

"switch backdrop to [city]"

10.

How do you add a sound effect to your Scratch project?

a)

Click the "Choose a Sound" button

b)

Click the "Choose a Sprite" button

c)

Click the "Add Backdrop" button

d)

Click the "Add Variable" button

11.

Which block is used to check if a condition is true in Scratch?

a)

"repeat"

b)

"if then"

c)

"move 10 steps"

d)

"play sound [pop]"

12.

What should you do if your Scratch project is not working as expected?

a)

Ignore the problem

b)

Debug the project by checking each block

c)

Delete the project

d)

Add more sprites

13.

Which block would you use to make a sprite turn left by 15 degrees?

a)

"turn right 15 degrees"

b)

"turn left 15 degrees"

c)

"move 15 steps"

d)

"go to x:0 y:0"

14.

How can you make a sprite repeat an action until it touches another sprite?

a)

Use the "repeat until" block with a touching condition

b)

Use the "forever" block

c)

Use the "wait 1 second" block

d)

Use the "say Hello" block

15.

Which block would you use to change the sprite’s costume?

a)

"switch costume to [costume2]"

b)

"move 10 steps"

c)

"play sound [meow]"

d)

"wait 1 second"

16.

What does the "wait 1 second" block do?

a)

Makes the sprite disappear

b)

Pauses the script for 1 second

c)

Changes the backdrop

d)

Plays a sound

17.

Which block would you use to check if the space key is pressed?

a)

"if key [space] pressed then"

b)

"move 10 steps"

c)

"switch backdrop to [space]"

d)

"repeat 10"

18.

If your sprite is not moving when you press the green flag, what is the first thing you should check?

a)

If the sprite is visible

b)

If the script starts with "when green flag clicked"

c)

If the backdrop is correct

d)

If the sound is playing

19.

Which block would you use to make a sprite bounce when it touches the edge?

a)

"if on edge, bounce"

b)

"repeat until"

c)

"play sound [pop]"

d)

"switch costume to [bounce]"

20.

What is the main purpose of using conditional statements in Scratch?

a)

To repeat actions forever

b)

To make decisions based on certain conditions

c)

To add new sprites

d)

To change the backdrop