Skip to main content
Show students multiple examples of iteration in Scratch to help them understand and recognize more abstract programming patterns.
- Helping students identify and understand similarities between pieces of code that use iteration will improve their understanding of iteration, loops, and variables.
- Applying and customizing programming patterns, like iteration, is a powerful tool for programmers.
- All of the scripts below have the same overarching structure, iteration.
- Say the numbers from 0 to 9. (top right)
- Play a scale. (bottom right)
- Change the tempo of a playing drum. (bottom left)
- Increase the size of dots. (top left)