11. Simplification of the Boolean expression
(A + B)'*(C + D + E)' + (A + B)' yields which of the following results?
- A + B
- A'B'
- C + D + E
- C'D'E'
- A'B'C'D'E'
2 is CORRECT. The expression follows the pattern of absorption: x + xy = x,
with x = (A + B)'= A'*B' and y = (C + D + E)'= C'*D'*E'. The result is x = A'*B'
[ Go Back To Question 11 ]
[ Go Back To The Beginning Of Quiz ]