Skip to content

Scratch Programming · Week 4

Loops

Step 1 of 5

Lesson 4: Loops in Scratch

What You'll Learn

In this lesson, we'll explore the concept of loops in Scratch. You'll learn how to use different types of loops to repeat actions and create more efficient code.

Key Concepts

Loop

A way to repeat a set of instructions multiple times.

Iteration

Each time the code inside a loop is executed.

Infinite Loop

A loop that continues indefinitely unless stopped manually.

Counter

A variable used to keep track of the number of iterations in a loop.

Blocks We'll Use

Control Blocks

  • Repeat [ ] times
  • Forever
  • Repeat until [ ]

Motion Blocks

  • Move [ ] steps
  • Turn [ ] degrees