CBSE Class 9 Computer Applications Question 33 of 35

Scratch Programming I — Question 10

Back to all questions
10
Question

Question 10

What is a loop ?

  1. A loop is a conditional statement that needs to be directed for it to work
  2. Tells sprites what to do
  3. Changes the font a word
  4. It's the hole in the ground
Answer

A loop is a conditional statement that needs to be directed for it to work

Reason — The blocks that let us repeat a certain action or a group of actions are called loop blocks. For example, repeat, forever and repeat until are loop blocks.