Conditional Statement (if statement): A control structure that executes certain code blocks based on specified conditions.
Truth Table: A table used in logic and computer science to determine the outputs of logical expressions.
Short-circuit Evaluation: The process where the second condition is not evaluated if the first condition already determines the outcome.