Question

The boolean function f(x, y) = x OR (NOT(y)) is equivalent to which of the following boolean expressions?

A x AND (NOT(y)) Correct Answer Incorrect Answer
B (NOT(x)) OR y Correct Answer Incorrect Answer
C x AND y Correct Answer Incorrect Answer
D (NOT(x)) AND (NOT(y)) Correct Answer Incorrect Answer

Solution

(NOT(x)) OR y

Practice Next

Relevant for Exams:

×
×