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

  1. repeat block
  2. if block
  3. forever block
  4. repeat until block
Answer

forever block

Reason — The forever block is used to keep repeating a set of action endlessly.