Summary
Explains a 'for loop' as a way to repeat steps without writing them over and over — a key idea in computational thinking.
Viewer safety
All ages
Gentle animated educational content, safe to show cold; still worth a quick preview to match it to your lesson.
Our rating is a quick teacher-to-teacher guide — preview before showing.
Teaching resources
Discussion questions
Talk about it
A loop tells a computer to repeat steps a set number of times. Instead of writing 'jump' ten times, you loop 'jump' ten times.
- What problem does a loop solve for a programmer?
- How is a loop like a chorus that repeats in a song?
- When would you want to repeat the same steps?
Quick work-a-long
Vocabulary: loop, repeat, program, algorithm.
Try it: Write the shortest instructions to draw a square using a 'repeat 4 times' loop.

