CBSE Class 10 Computer Applications
Question 20 of 26
Scratch Programming II — Question 9
Back to all questions 9
Question Question 9
What is the difference between repeat and forever blocks ?
Repeat block is a finite iteration block i.e., it iterates a specified number of times whereas forever block is an infinite iteration block i.e., it keeps repeating the commands inside it over and over again.