Unit 4 Lesson 8 - Logical Operators
Lesson summary and assignments
Answers
Vocabulary
- compound Boolean expression
- an expression using logical operators that evaluates to a Boolean value
- short-circuited evaluation
- a process in which the evaluation of a logical expression exits when the result is clear, even before the complete evaluation of the expression
- truth table
- a table used to determine the truth values of a Boolean expression