Selection
One of the three main logic structures in programming
Boolean Expression
Returns True or False
Boolean Operators
NOT, AND, OR
If Statement
Performs an action (or actions) if given statement is true
If Then Else Statement
Performs first action (or actions) if given statement is true, otheriwse will execute else functions