Lesson 2 of 8

🔄 Sequences

🎯 Grades K–2 ⏱ ~15 minutes 💚 Beginner

What You'll Learn

  • A sequence means doing steps in a specific order
  • Why the ORDER of steps matters
  • What a "bug" is and how to fix it
Quick Check

1. What is a sequence in coding?

ARandom steps in any order
BSteps done in a specific order
CA type of loop

2. What is a bug in programming?

AA real insect
BA mistake in the code
CA type of computer

3. Putting on shoes BEFORE socks is an example of:

ANothing, it is fine
BThe sequence being in the wrong order
CA loop