NOT and NAND Logic gate

66 Views Asked by At

enter image description here

My working

.Z passes though NAND becoming Z'

.Y passes through NOT gate becoming Y'

.Y' Passes though NAND becoming Y

therefore answer is Z'Y

1

There are 1 best solutions below

0
On BEST ANSWER

The inputs to the NAND gate (1) are $Z$ and $\overline{Y}$. The image below shows a breakdown of a NAND gate in terms of an AND gate and a NOT gate.

enter image description here

In your case, let $A = Z, B = \overline Y$. The output of the NAND gate is then $\overline{\left(Z\overline Y\right)} = \overline Z + Y$ and so the correct answer is option 3.