1,188 views
1 1 vote
Please explain distributive property on nand nor gates??

1 Answer

0 0 votes
Distrubtive law:  A+ BC = (A+B) + (A+C)  this is the basic formula

NAND GATE : A @ (B @ C) should be equal to (A @ B) @(A @ C)

                        where @ = NAND GATE

A @ (B @ C) = A @(B'+C')

                      = A + BC

(A @ B) @ (A @ C) = (A' + B') @ (A' + C')

                                = AB + AC = A(B + C)

Therefore, A @ (B @ C) != (A @ B) @ (A @ C).

Similarly , apply on NOR gate.

Finally , Distrubutive law is not applicable on  NAND and NOR gates .
Position:
Show:

Related questions

1 1 vote
1 1 answer
440
440 views
Thanos 2 asked Dec 2, 2025
440 views
This question is from the Morris Mano Digital Logic and Computer Design exercise 2-6 (d). I got the ebook from this website standard books page.The solution at the back o...
0 0 votes
0 0 answers
122
122 views
Pranjali_20 asked May 29, 2025
122 views
A circuit is to be designed to subtract two 8 bit numbers using 2's complement method. It should also detect overflow of the result as overflow flag.1. What are the compo...
0 0 votes
1 1 answer
198
198 views
PRITAM Behera asked May 27, 2025
198 views
1 1 vote
2 answers 2 answers
667
667 views
lakshya_handa asked Dec 13, 2024
667 views
F(w,x,y,z)= wy+ xy+ w'xyz + w'x'y + xz + x'y'z'which one of the following is the complete set of essential prime imlicants?1- w, y, xz , x'z'2- w,y, xz3- y, x'y'z'4- y, x...