Boolean Algebra Quiz
Which of the following Boolean functions is algebraically complete?
- F = xy
- F = x + y
- F = x'
- F = xy + yz
- F = x + y'
x + y' is CORRECT. F(x, y) = x + y' can generate AND, OR, and NOT functions; this F is algebraically complete. For example:
NOT: F(0, B) = B'
OR: F(A, F(0, B)) = A + B
AND: F(0, F(F(0, A), B)) = A*B
To submit your questions and queries please click here:

Composed by David Belton - April 98