CBSE Class 9 Computer Applications
Question 18 of 35
Scratch Programming I — Question 12
Back to all questions 12
Question Question 12
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
repeat block
Reason — The repeat block is used to repeat a code a specific number of times.