NAND Gate

Prabhu TL
2 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!


A NAND gate is a complemented AND gate. That is the output of NAND gate will be 1 if any one the input is 0, and it will be 0 only when all inputs are 1.

Below Figure 5.7 shows the truth table and block diagram symbol for a NAND gate. The symbol ‘ ‘ is usually used to represent a NAND operation in Boolean expressions.

Hence

An AND gate followed by a NOT gate operates as a NAND gate (see Figure above) . In the figure, the output of the AND gate will be A .B that is turn is fed as input to the NOT gate. Hence, the final output will be complement of A.B, which is equal to (A.B) or A + B or A B. in fact, the small circle on the output of NAND gate (see Figure 6.24) represents complementation.

Figure 5.8 Demonstrating NAND gate realization with AND gate and a NOT gate

Multiple-input NAND gates can be analyzed similarly. A three-input NAND gate with inputs, A,B, and C will have output equal to A.B.C or A + B + C meaning that the output will be 1 if any of the inputs is a 0, and it will be 0 only when all three inputs are 1.

Share This Article
Prabhu TL is a SenseCentral contributor covering digital products, entrepreneurship, and scalable online business systems. He focuses on turning ideas into repeatable processes—validation, positioning, marketing, and execution. His writing is known for simple frameworks, clear checklists, and real-world examples. When he’s not writing, he’s usually building new digital assets and experimenting with growth channels.
Leave a review