An organised set of rules or steps to perform an action is also known as..?
Quiz Summary
Scratch intermediate
Guest
Want to learn coding and ace these quizzes?
Find a new quizShare this in social media
Quiz result
5
Correct
5
Incorrect
Question Performance
An organised set of rules or steps to perform an action is also known as..?
Scratch
Software
Algorithm
Block
What happens to a sprites script if the sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it
The script will be deleted with the sprite
None of the Above
A block that holds value and can be changed?
Operator Blocks
Event Blocks
Sensing Blocks
Variable Blocks
if on edge, bounce means...?
Jump
Go back
Continue
STOP
To make the character pause or slow in scratch, control that is added to the script is?
Forever
Repeat
Wait
Next costume
A block that sends messages from one sprite to another?
When the green flag is clicked
Broadcast block
Forever Loop
If/Then Block
Which from the following is not a command?
forever until
repeat until
forever
repeat
What is a loop?
Starting the program
Ending the program
Allows something to be repeated
Programs running
The forever block is found in which of the following block types?
sound
data
events
control
The computational concept of running the same sequence multiple times is called?
Parallelism
Events
Broadcast
Loops