With A = False and B = True, which statement evaluates as False?

  1. A OR A

  2. A OR B

  3. B OR A

  4. B OR B

  5. None are true.


Correct Option: A

AI Explanation

To determine which statement evaluates as False, we can substitute the given values for A and B and evaluate each statement.

Given A = False and B = True, let's evaluate each statement:

A. A OR A Substituting the values, we have False OR False, which evaluates to False.

B. A OR B Substituting the values, we have False OR True, which evaluates to True.

C. B OR A Substituting the values, we have True OR False, which evaluates to True.

D. B OR B Substituting the values, we have True OR True, which evaluates to True.

E. None are true.

Therefore, the statement that evaluates as False is option A, A OR A.

Find more quizzes: