NEW
Font size
WorksheetsQuiz tentang Blok Scratch
Total questions: 20
Worksheet time: 10mins
What is a block in Scratch also called?
Script
Code
Command
Character
Which block is used to move the sprite?
Motion Block
Variable Block
Sound Block
Sensor Block
Which block is used to make the sprite talk?
Control Block
Looks Block
Variable Block
Sensor Block
Which block is used to repeat commands?
Sensor Block
Variable Block
Control Block
Motion Block
What is the block used to detect certain conditions called?
Motion Block
Sensor Block
Looks Block
Variable Block
What is the main function of a variable in Scratch?
Store data that can change
Change the sprite's color
Create new sounds
Move the sprite
Which block is used to increase the value of a variable?
Change (variable) to ...
Add (variable) with ...
If ... then ...
When green flag clicked
If we want to display the value of a variable on the screen, we must?
Use Motion block
Use Variable block → Show Variable
Use Control block
Use Sound block
What happens if the variable 'score' is changed to 10?
Score will remain the same
Score will increase by 10
Score will instantly become 10
The program will stop
What should be done so that a variable can be used by all sprites?
Create a variable for all sprites
Create a variable for one sprite only
Delete the old variable
Use sound block
Which block is used to run commands continuously?
Repeat (10) times
Forever
If ... then ...
Wait 1 second
Which block is used to wait before executing a command?
Loop Block
Wait Block
Sensor Block
Motion Block
If we want to execute a command only if a certain condition is true, we use?
If ... then ... block
Repeat (10) times block
Forever block
Change (variable) to ... block
What is the purpose of the 'Repeat until ...' block?
Repeat commands until a certain condition is met
Change the sprite's color
Delete a sprite
Display sound
What can the 'If ... then ...' block be used for?
Set the sprite to move by itself
Create conditions in the game
Repeat commands forever
Display sound
What is the Sensor Block used for?
Control the sprite's movement
Detect certain conditions
Change the sprite's appearance
Store variable values
What is the function of the 'When green flag clicked' block?
Stop the program
Start the program
Display the sprite
Delete the variable
Which block can change the sprite's color?
Variable Block
Looks Block
Sensor Block
Control Block
Which block can be used to play sound?
Sound Block
Variable Block
Motion Block
Sensor Block
Which block allows the sprite to move to a random position?
Go to random
Change color
Add sound
Wait 1 second
