1 of 23

Lower Elementary

Computer Science

Loops

2 of 23

Objectives

  1. Students will be able to explain how loops are used to repeat code.
  2. Students will be able to create a program with loops.

Computational Thinking: Pattern recognition is finding how things are similar.

3 of 23

Vocabulary

Loop: A piece of code that repeats commands

4 of 23

Introduction

5 of 23

6 of 23

10

This is an easier way to draw our loop!

7 of 23

8 of 23

How many times will the whale move back and forth?

9 of 23

Guided Practice

10 of 23

11 of 23

Add a Background.

Add a fish character.

12 of 23

13 of 23

Add a Start on Green Flag event block.

14 of 23

15 of 23

Add a loop.

16 of 23

17 of 23

Add move blocks.

18 of 23

Independent Practice

19 of 23

20 of 23

Add more fish to your aquarium!

21 of 23

Extensions

  • Add more loops to your characters.

  • Create a different type of scene and program the characters using loops!

22 of 23

Showcase!

23 of 23

Reflection

How did using loops help us today?

Computational Thinking: What similarities did you find in this lesson?