If statement: A programming construct that allows you to execute a block of code if a certain condition is true.
Logical operators: Symbols such as AND (&&), OR (||), and NOT (!) used to combine multiple boolean expressions and create more complex conditions.
Comparison operators: Symbols such as ==, !=, <, >, <=, >= used to compare values and produce boolean results.