AND GATE USING NAND GATE
1 Stars     3 Views    

Author: prashant kumar

Project access type: Public

Description:

  • First NAND Gate:

    • Inputs: AAA and BBB
    • Output: A⋅B‾\overline{A \cdot B}AB
  • Second NAND Gate (acts as a NOT gate to invert the output of the first NAND gate):

    • Inputs: Output from the first NAND gate connected to both inputs of the second NAND gate.
    • Output: A⋅B‾‾\overline{\overline{A \cdot B}}AB which simplifies to A⋅BA \cdot BAB
  • Created: Sep 06, 2024

    Updated: Sep 06, 2024


    Comments

    You must login before you can post a comment.