AND,OR,NOT gates using NAND gate
0 Stars     2 Views    

Author: kanikavarshney

Project access type: Public

Description:

The truth table of a NOT gate looks like this:

INPUTOUTPUTANOT A0110

Here is the truth table for the AND gate:

INPUTINPUTOUTPUTABA AND B000010100111

Here is the truth table for the OR gate:

INPUTINPUTOUTPUTABA OR B000011101111

To work out the operation of a NAND gate, you can AND the inputs and then NOT them, as shown in this truth table:

ABA AND BNOT (A AND B)0001010110011110

Created: Jun 24, 2021

Updated: Aug 26, 2023


Comments

You must login before you can post a comment.