+2 votes
in Computer by kratos

Draw the logic circuit for this Boolean equation : y = A’B’C’D + AB’C’D + ABC’D + ABCD’

1 Answer

+3 votes
by kratos
 
Best answer

The logic circuit for above Boolean equation will be as follows:

= A’B’C’D + AB’C’D + ABC’D + ABCD’

= B’C’D(A’+A) + ABC’D + ABCD’

= B’C’D + ABC’D + ABCD’

...