Electronic – Digital Logic Circuit

boolean-algebradigital-logiclogic-gates

Have a few problems with my assignment.

enter image description here

Ive derived a truth table and come up with this :

TT

Can someone verify if the above is correct?

Ive then got these 2 logic expressions :

Y = A'D' + C'D' + B'D'

Z = D+ B

What I want to know is (if the above is correct) Is it possible to implement the above circuit using fewer logic gates?

Best Answer

You have a major mistake. Look carefully at U1A. It's a NAND gate. Go back and look up what a NAND gate does.

You seem to have the function of the other two gates right.

Related Topic