wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz tentang Blok Scratch

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is a block in Scratch also called?

a)

Script

b)

Code

c)

Command

d)

Character

2.

Which block is used to move the sprite?

a)

Motion Block

b)

Variable Block

c)

Sound Block

d)

Sensor Block

3.

Which block is used to make the sprite talk?

a)

Control Block

b)

Looks Block

c)

Variable Block

d)

Sensor Block

4.

Which block is used to repeat commands?

a)

Sensor Block

b)

Variable Block

c)

Control Block

d)

Motion Block

5.

What is the block used to detect certain conditions called?

a)

Motion Block

b)

Sensor Block

c)

Looks Block

d)

Variable Block

6.

What is the main function of a variable in Scratch?

a)

Store data that can change

b)

Change the sprite's color

c)

Create new sounds

d)

Move the sprite

7.

Which block is used to increase the value of a variable?

a)

Change (variable) to ...

b)

Add (variable) with ...

c)

If ... then ...

d)

When green flag clicked

8.

If we want to display the value of a variable on the screen, we must?

a)

Use Motion block

b)

Use Variable block → Show Variable

c)

Use Control block

d)

Use Sound block

9.

What happens if the variable 'score' is changed to 10?

a)

Score will remain the same

b)

Score will increase by 10

c)

Score will instantly become 10

d)

The program will stop

10.

What should be done so that a variable can be used by all sprites?

a)

Create a variable for all sprites

b)

Create a variable for one sprite only

c)

Delete the old variable

d)

Use sound block

11.

Which block is used to run commands continuously?

a)

Repeat (10) times

b)

Forever

c)

If ... then ...

d)

Wait 1 second

12.

Which block is used to wait before executing a command?

a)

Loop Block

b)

Wait Block

c)

Sensor Block

d)

Motion Block

13.

If we want to execute a command only if a certain condition is true, we use?

a)

If ... then ... block

b)

Repeat (10) times block

c)

Forever block

d)

Change (variable) to ... block

14.

What is the purpose of the 'Repeat until ...' block?

a)

Repeat commands until a certain condition is met

b)

Change the sprite's color

c)

Delete a sprite

d)

Display sound

15.

What can the 'If ... then ...' block be used for?

a)

Set the sprite to move by itself

b)

Create conditions in the game

c)

Repeat commands forever

d)

Display sound

16.

What is the Sensor Block used for?

a)

Control the sprite's movement

b)

Detect certain conditions

c)

Change the sprite's appearance

d)

Store variable values

17.

What is the function of the 'When green flag clicked' block?

a)

Stop the program

b)

Start the program

c)

Display the sprite

d)

Delete the variable

18.

Which block can change the sprite's color?

a)

Variable Block

b)

Looks Block

c)

Sensor Block

d)

Control Block

19.

Which block can be used to play sound?

a)

Sound Block

b)

Variable Block

c)

Motion Block

d)

Sensor Block

20.

Which block allows the sprite to move to a random position?

a)

Go to random

b)

Change color

c)

Add sound

d)

Wait 1 second