Close
Close full mode
logoMakeCode AP CSP

Day 5

Overview

On Day 5, students will review and reinforce what they have learned about Boolean logic and operators. Boolean operators allow programmers to handle even more situations by combining comparisons with the operators not, and, and or. Students will apply what they have learned by creating various code segments that incorporate Boolean operators.

Day 5 will be about:

  • Review Booleans
  • Boolean flags and values (true and false)
  • Boolean operators
πŸ“˜ Unit 5 - AAP Part 2 β€” Previous
Making and Using Extensions
Next β€” πŸ“˜ Unit 5 - AAP Part 2
Complex Conditionals