Lesson 9 of 10

🔀 Making Decisions

🎯 Grades 3–5 ⏱ ~25 minutes 💚 Intermediate

What You'll Learn

  • What a condition is and how true/false logic works
  • How if/then and if/else let programs make choices
  • How to match action cards to the correct outcome
Quick Check

1. What does a conditional block do?

ARepeats a set of blocks a fixed number of times
BChecks a condition and only acts if it is true
CChanges the turtle's color

2. A condition can evaluate to…

AMaybe, probably, or never
BTrue or false
CA number from 1 to 10

3. Why is combining a conditional with a loop useful?

AIt makes the program run faster
BIt makes the turtle draw a square
CThe condition is checked every step so the program reacts automatically