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?

  1. Repeat
  2. if
  3. Forever
  4. if-else
Answer

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.