0
43kviews
Prove that NAND gate is universal gate
1 Answer
4
2.8kviews

Universal gates - NAND and NOR.

  • NAND Gate: The NAND gate represents the complement of the AND operation.
  • Its name is an abbreviation of NOT AND.
  • The graphic symbol for the NAND gate consists of an AND symbol with a bubble on the output, denoting that a complement operation is performed on the output of the AND gate.
  • The truth table and the graphic symbol of NAND gate is shown in the figure.

1

The truth table clearly shows that the NAND operation is the complement of the AND.

  • NOR Gate: The NOR gate represents the complement of the OR operation.
  • Its name is an abbreviation of NOT OR.
  • The graphic symbol for the NOR gate consists of an OR symbol with a bubble on the output, denoting that a complement operation is performed on the output of the OR gate.
  • The truth table and the graphic symbol of NOR gate is shown in the figure.

2

NAND Gate is a Universal Gate: To prove that any Boolean function can be implemented using only NAND gates, we will show that the AND, OR, and NOT operations can be performed using only these gates. Implementing an Inverter Using only NAND Gate The figure shows two ways in which a NAND gate can be used as an inverter (NOT gate).

  1. All NAND input pins connect to the input signal A gives an output A’.

3

  1. One NAND input pin is connected to the input signal A while all other input pins are connected to logic 1. The output will be A’.

4

Implementing AND Using only NAND Gates

An AND gate can be replaced by NAND gates as shown in the figure (The AND is replaced by a NAND gate with its output complemented by a NAND gate inverter).

5

Implementing OR Using only NAND Gates

An OR gate can be replaced by NAND gates as shown in the figure (The OR gate is replaced by a NAND gate with all its inputs complemented by NAND gate inverters).

6

Thus, the NAND gate is a universal gate since it can implement the AND, OR and NOT functions.

NAND Gate is a Universal Gate: To prove that any Boolean function can be implemented using only NOR gates, we will show that the AND, OR, and NOT operations can be performed using only these gates. Implementing an Inverter Using only NOR Gate

The figure shows two ways in which a NOR gate can be used as an inverter (NOT gate).

  1. All NOR input pins connected to the input signal A gives an output A’.

7

  1. One NOR input pin is connected to the input signal A while all other input pins are connected to logic 0. The output will be A’.

8

Implementing OR Using only NOR Gates

An OR gate can be replaced by NOR gates as shown in the figure (The OR is replaced by a NOR gate with its output complemented by a NOR gate inverter)

9

Thus, the NOR gate is a universal gate since it can implement the AND, OR and NOT functions.

Please log in to add an answer.