Print

Building Shapes with Loops

In this activity, you will explore using loops in your programming.

Building Shapes with Loops

Lesson Level

Beginner

Created By

Laurie Gallagher of Washington Elementary School (Levittown, PA)

Programming Language

Snap!

Grades

4-5, 6-8, 9-12

Free Teacher Materials

Get Access

In this activity, you will explore using loops in your programming.

Begin by writing a program to make Finch draw a square. After writing and testing the program, take a look back at what you created. Did you use a repeat block? If not, how could you include one to create a loop in your program?

Now try writing a program to make Finch draw a rectangle where the length is twice the width. Write one program that uses a repeat block and one that does not. How are these programs similar to the square? How are they different?

What other shapes can you draw with Finch? As you explore the possibilities, consider the following:

  • What types of angles are included in your shapes? What do you have to change in order to change the angle?
  • How do you change the repeat block when you are drawing different shapes?
  • Are there any shapes that you cannot use a repeat block to draw?

Try programming Finch to move like it is climbing stairs. Make it climb at least 5 steps. Is using a repeat block to create a loop helpful? Why or why not?