suman28pandit
Newbie level 2
I want to design a selectable input NAND gate using IC 7420 which should work as a 2- or 3-input NAND gate even when 2 or 3 inputs are applied
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
...or tie unused inputs to an appropriate logic level with a suitable value resistor.
Hi,
A bit late, but still...
0 + 0 + 0 + 0 = 1
1 + 0 + 0 + 0 = 0
0 + 1 + 0 + 0 = 0
0 + 0 + 1 + 0 = 0
0 + 0 + 0 + 1 = 0
1 + 1 + 0 + 0 = 0
etc.
NAND is only all 0s make a 1, any 1s make a 0.
That is NOR, not NAND ;-)
NOR is 0 if any of the inputs is 1.
NAND is 0 if all of the inputs are 1.