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

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

repeat block

Reason — The repeat block is used to repeat a code a specific number of times.