Course 2 – Bee Loops

Alphabets Sounds Video

share us on:

In this lesson, students learn about loops, which are actions repeated multiple times, using the example of a beekeeper checking frames in a hive. The lesson emphasizes the efficiency of loops in both everyday tasks and coding, introducing the concept of a “repeat block” that allows for streamlined repetition of actions. Ultimately, students understand that loops save time and simplify processes in various activities.
  1. What is a loop, and can you think of something you do in a loop every day?
  2. How do loops help beekeepers when they check on their bees?
  3. Why do you think using a repeat block in coding is helpful for completing tasks?

Course 2 – Bee Loops

What is a Loop?

Have you ever done something over and over again, like brushing your teeth every morning or playing your favorite song on repeat? That’s what we call a loop! A loop is when you repeat an action multiple times.

Loops in Beekeeping

Imagine you are a beekeeper checking on your bees. You take out a frame from the hive, look at it, and then put it back. You do this again and again for each frame. This is a loop because you are repeating the same action several times.

Using Loops to Make Tasks Easier

Loops are super helpful because they make tasks easier and faster. Let’s say you want to move forward and collect nectar three times. Instead of telling yourself to move forward and collect nectar, then move forward and collect nectar again, and then do it one more time, you can use a loop!

How to Use a Repeat Block

In coding, we have something called a “repeat block.” This block helps us repeat actions without having to write them over and over. You just tell the repeat block how many times you want to do something, and it will take care of the rest!

For example, if you want to move forward and collect nectar three times, you can put these actions inside the repeat block and tell it to repeat three times. This way, you only have to set it up once, and the repeat block will do the rest for you!

Why Loops are Important

Loops are important because they save time and make things easier. Whether you’re coding, doing chores, or playing games, loops help you get things done quickly and efficiently. So next time you find yourself doing something over and over, think about how you can use a loop to make it simpler!

  • Can you think of something you do every day that could be a loop? How would using a loop make it easier or more fun?
  • Imagine you are a beekeeper like in the story. What other tasks might you do that could use a loop to make them faster?
  • Have you ever used a repeat block or something similar when playing a game or doing an activity? How did it help you?
  • Loop Observation Walk: Take a walk around your home or school and look for loops in action. Can you find examples of things that happen over and over again? Maybe it’s the way the school bell rings at the same time every day or how the traffic lights change colors. Draw or write about three loops you observe and share them with your class.

  • Loop Dance: Create a simple dance routine with three or four moves. Practice these moves and then use a “repeat block” to perform the routine multiple times. How many times can you repeat your dance without stopping? Invite your friends or family to join and see how fun it is to use loops in dancing!

  • Loop Story Time: Think of a short story or a daily routine that involves repeating actions. For example, getting ready for school might include brushing your teeth, putting on your shoes, and packing your bag. Write down the steps and then use a loop to show how many times you repeat these actions in a week. Share your loop story with a friend and see if they have a similar routine!

Here’s a sanitized version of the transcript:

A loop is a repetition of an activity. For example, when inspecting a hive, I look at a frame, put it back, and then repeat that same activity multiple times. This is the repeat block; whatever you put inside this block will repeat those actions the number of times you specify. For instance, instead of dragging out the action to move forward and collect nectar three times, we can simply drag them out once and use the repeat action to do it three times. This makes it easier.

All Video Lessons

Login your account

Please login your account to get started.

Don't have an account?

Register your account

Please sign up your account to get started.

Already have an account?