This document introduces Boolean logic and how it can be used to make decisions in computer programming. The lesson aims to explore using true/false logic to make decisions. An example is given of using "if/then" statements to decide whether to take an umbrella based on weather conditions. Boolean logic allows combining true/false conditions with AND, OR, and NOT to make complex decisions. The goal is to use these concepts to create instructions for a computer to choose what to bring outside based on the weather.