CBSE Class 9 Computer Applications
Question 19 of 35
Scratch Programming I — Question 13
Back to all questions 13
Question Question 13
Name the block to keep repeating a set of action endlessly
- repeat block
- if block
- forever block
- repeat until block
forever block
Reason — The forever block is used to keep repeating a set of action endlessly.