Computer Applications
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
Scratch
1 Like
Answer
repeat block
Reason — The repeat block is used to repeat a code a specific number of times.
Answered By
1 Like
Related Questions
Why did you think the sprite behaved this way ? (refer to above question)
A position on the stage is also called ……………. .
- pos
- part
- pixel
- dot ?
Name the block to keep repeating a set of action endlessly
- 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