CBSE Class 9 Computer Applications Question 20 of 35

Scratch Programming I — Question 14

Back to all questions
14
Question

Question 14

Name the block used to perform an action or a set of actions only if some condition is true or another action has happened first

  1. repeat
  2. if
  3. check
  4. wait
Answer

if

Reason — The if block is used to perform an action or a set of actions only if some condition is true or another action has happened first.