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
- repeat
- if
- check
- wait
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.