NEW
Font size
WorksheetsQ2 Scratch Programming Quiz
Total questions: 20
Worksheet time: 20mins
What is the purpose of using the variable block in Scratch programming?
To store and manipulate data
To display images
To play sound effects
To change the background color
Which operator is used to add two numbers in Scratch programming?
+
/
*
-
What is the result of 5 * 3 in Scratch programming?
8
20
10
15
How do you declare a variable in Scratch programming?
Use the 'Print' block
Use the 'Repeat' block
Use the 'Make a Variable' block
Use the 'Pen Down' block
What is the result of 8 * 2 in Scratch programming?
16
6
10
4
Which color is used to code the variables category?
Green
Blue
Red
Orange
What is the function of the 'broadcast' block in Scratch programming?
To end the program
To create a new sprite
To send a message to other sprites
To modify the value of a variable by a specified amount.
What is the result of 12 + 5 in Scratch programming?
17
6
8
3
What is the correct way to create a new variable and assign a value using the 'set' block in Scratch programming?
Drag the 'set' block from the 'Variables' category, select the variable, and input the value.
Click on the 'set' block and type the variable name and value
Use the 'set' block to create a new variable and assign a value
Select the variable, right-click, and input the value in the 'set' block
What is the result of 10 % 4 in Scratch programming?
2
0
4
1
What are variables blocks primarily used for?
To compare values
To store data
To perform calculations
What is the main purpose of using the 'if' block in Scratch programming?
To store and manipulate data
To display images
To make decisions based on certain conditions
To change the background color
What is the purpose of using the 'pen down' block in Scratch programming?
To end the program
To create a new sprite
To modify the value of a variable by a specified amount.
To draw on the stage
The string can be used inside the set () to () block.
True
False
Block used to hide the variable on stage.
hide variable
show variable
set () to () block
add () to () block
What is the purpose of using the 'broadcast' block in Scratch programming?
To end the program
To send a message to other sprites
To modify the value of a variable by a specified amount.
To draw on the stage
What is the result of 12 / 4 in Scratch programming?
3
8
4
6
How do you use the 'wait' block to introduce a delay in Scratch programming?
Drag the 'wait' block from the 'Control' category and input the time in seconds
Click on the 'wait' block and type the time in milliseconds
Use the 'wait' block to create a new variable and assign a value
Select the variable, right-click, and input the time in the 'wait' block
What is the result of 4 * 6 in Scratch programming?
24
10
16
30
What is the purpose of using the 'glide' block in Scratch programming?
To end the program
To move a sprite smoothly to a specified position
To modify the value of a variable by a specified amount.
To draw on the stage
