Tag: worksheet
-
Loops with Control Variables
Understanding how to limit the amount of times a loop repeats is conceptually challenging. Especially if you only learned what a loop is the day before. Successfully declaring a variable, then using it that variable iterate a loop takes practice – and an infinite loop or two. Originally, I created this worksheet as part of…
-
Loops in the Real World
Loops are confusing. Especially if you are encountering them for the first. In this lesson, I use real world examples to make loops more approachable – more tangible. Originally, I created this worksheet as part of a middle school computer science lesson. It is handy for students or adults who are beginning to learn how…