Lesson 5 of 10

🔁 Loops

🎯 Grades 3–5 ⏱ ~25 minutes 🟡 Intermediate

What You'll Learn

  • What a loop is and why programmers use them
  • How iteration count changes the result
  • How loops make complex drawings from simple programs
Quick Check

1. What is the main benefit of using a loop?

AIt makes the turtle move faster
BIt repeats code automatically without rewriting it
CIt adds color to the drawing

2. You build: Move Forward 80 → Turn Right 90° with Repeat set to 4. What does it draw?

AA triangle
BA square
CA straight line

3. What does the programmer rule DRY stand for?

ADesign Run Yield
BDon't Repeat Yourself
CDraw Rectangles Yourself