Multiple choice

When the logical operator(s) _______ is/are used, only one expression must evaluate as true in order for the entire expression to be true.

  1. AND

  2. OR

  3. Either AND or OR

  4. NOT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The OR operator returns true if at least one of its operands is true. Unlike AND, which requires all operands to be true.