CBSE Class 10 Computer Applications
Question 10 of 26
Scratch Programming II — Question 4
Back to all questions 4
Question Question 4
Which of the following are conditional blocks?
- Repeat
- if
- Forever
- if-else
if and if-else
Reason — if and if-else blocks perform a certain function if a particular condition is true or false. Hence, they are conditional blocks.