🗒 Cheat Sheet← Lesson
BitWithBite
Scratch Worksheet

😺 Loops

Chapter: Scratch · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Use repeat and foreverKnow when loops stopNest blocks inside loopsPick the right loop

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1Which loop runs exactly 10 times?
2Which loop never stops by itself?
3'repeat until touching edge' stops when:
4Loops save you from:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5The loop that runs for ever is .
6repeat runs a fixed number of times.
7Make a sprite say 'Hi' 3 times.
8What happens with forever [ move 10 steps ]?
9When would you pick repeat-until over repeat?

🚀 Section C · Challenge ● CHALLENGE 5

10How do you stop a forever loop?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-B   2-B   3-B   4-B  |  5 forever   6 10 (a number)   7 = repeat 3 [ say 'Hi' for 1 seconds ]   8 = The sprite keeps moving until the project stops   9 = When you don't know how many times - stop on a condition  |  10 = Stop sign or a 'stop all/this script' block

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet