Time 4 CS for All Logo

Inclusive Frameworks in K-12 CS Education

Lesson 12: Conditionals

Lesson Summary

Students are introduced to conditionals and how they work within algorithms. They remix the sample project to add more information and utilize conditional blocks.

Lesson Goals

  1. Students will define circumstances when certain parts of a program should run and when they shouldn’t.
  2. Students will learn to determine whether a conditional is met based on criteria.
  3. Students will practice implementing planned modifications from their algorithms.