OR AND & NOT gates using universal NAND gate

Basic logic gates like OR gate, AND gate and NOT gate are already discuused in another article. Again, we know that universal logic gates like NAND gate and NOR gate can be used to implement all other logic gates including XOR gate and XNOR gate. This article shows the Implemention methods of OR gate, AND gate and NOT gate i.e. basic logic gates using universal NAND gate.

Circuit diagram of OR gate using NAND gates

The diagram at below is the circuit diagram of two input OR gate using NAND gate only.

OR gate circuit diagram using NAND gate
OR gate circuit diagram using NAND gate

If A and B be the inputs of an OR gate then the Boolean expression is, Y = (A + B). To design a two-input OR gate using NAND gate only, three NAND gates are required. One can verify this circuit practically. After constructing this circuit using NAND gates on a breadboard, realize the truth table. You will find the same truth table as that of an OR gate.

Circuit diagram of AND gate using NAND gates only

Here is the circuit diagram for the realization of AND gate using NAND gate only.

AND gate circuit diagram using NAND gate
AND gate circuit diagram using NAND gate

If A and B are the inputs of a two-input AND gate then the Boolean expression is, Y = A.B. To design the AND gate using only NAND gate, we need two NAND gates. One can verify the truth table of this circuit also.

Circuit diagram of NOT gate using NAND gate only

Here is the circuit diagram of NOT gate using NAND gate.

NOT gate circuit diagram using NAND gate
NOT gate circuit diagram using NAND gate

We know that a NOT gate has only one input and it gives the output in complementary form of the input. To realize the NOT gate using NAND gate, we need only one NAND gate. Practical verification of this circuit is also possible, just like that of the OR gate and AND gate.

This is all from this article on the circuit diagram of basic logic gates using NAND gates only. If you still have any doubt on this topic you can ask me in the comment section. Thank you!

Related posts:

  1. XOR gate using NAND gate and NOR gate only
  2. XNOR gate using NAND gate and NOR gate only
  3. NAND gate with 3 inputs
  4. NOR gate circuit and Truth table

Comments are closed.