Minds On
Introduction to coding

Coding using a computer involves writing instructions.
In coding, there is a way to tell a computer to repeat instructions without writing a separate line of code for each repeated instruction.
We can use what is called a repeat, or a loop.
Repeating events
Repeating events are something that happens over and over again.
Explore the instructions for a workout routine below:
With Repeats | Without Repeats |
---|---|
|
|
In the left column, repeats are used, which means the code requires fewer lines of code. In the second column on the right, the same code is written, but without repeats.
Notice that this workout routine is written like code – with step-by-step instructions, and a repeat is used to indicate how many times to do some of the movements to have a code with fewer lines.
Student Success
Think-Pair-Share
Let’s write our own instructions for a dance or workout routine.
If possible, work with a partner to write your own instructions for a routine:
- First, start by deciding if you will design a dance or a workout routine.
- Then, write step-by-step instructions for your dance or workout routine. Remember that some of the instructions must be repeated.
- Lastly, include repeats in your instructions.
Record your ideas in your notebook or another method of your choice.
Note to teachers: See your teacher guide for collaboration tools, ideas and suggestions.