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 ?
- A loop is a conditional statement that needs to be directed for it to work
- Tells sprites what to do
- Changes the font a word
- It's the hole in the ground
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.