You must login before you can post a comment.
Author: kanikavarshney
Project access type: Public
Description:
The truth table of a NOT gate looks like this:
INPUTOUTPUTANOT A0110Here is the truth table for the AND gate:
INPUTINPUTOUTPUTABA AND B000010100111Here is the truth table for the OR gate:
INPUTINPUTOUTPUTABA OR B000011101111To 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)0001010110011110Created: Jun 24, 2021
Updated: Aug 26, 2023
Comments