675 views
1 votes
1 votes
Please explain distributive property on nand nor gates??

1 Answer

0 votes
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 .

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
2 answers
2
Sandeep652025 asked Sep 20, 2023
317 views
0 votes
0 votes
1 answer
3
Priyankalora asked Jul 30, 2023
831 views
Find the complement of the following Boolean functions and reduce them to a minimum number of literalsa) (BC'+A'D)(AB'+CD')b)B'D+A'BC'+ACD+A'BCc)[(AB)'A][(AB)'B]d)AB'+C'D...
4 votes
4 votes
1 answer
4
Harikesh Kumar asked Jan 14, 2018
2,360 views
Explain each term in detailed