Question

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

A (x AND y) OR (x AND z)
B (x OR y) AND (y OR z)
C (x AND z) OR (y AND z)
D (x OR y) AND (NOT(y) OR z)
Practice Next

Relevant for Exams:

Hey! Ask a query