Computer Applications
Name the block to keep repeating a set of action endlessly
- repeat block
- if block
- forever block
- repeat until block
Scratch
1 Like
Answer
forever block
Reason — The forever block is used to keep repeating a set of action endlessly.
Answered By
3 Likes
Related Questions
A position on the stage is also called ……………. .
- pos
- part
- pixel
- dot ?
Name the block to replay an action (or a set of actions) for a specific number of times
- repeat block
- if block
- forever block
- repeat until block
Name the block used to perform an action or a set of actions only if some condition is true or another action has happened first
- repeat
- if
- check
- wait
The location of the sprite on the stage can be controlled via
- the paint editor
- control block
- the "x" and "y" coordinates
- looks block