Logic Gates - Digital Logic Design

Leave a Comment

Logic Gates

Ex NOR function: The NOT exclusive OR function is exclusive NOR function. The output of a 2 input exclusive NOR gate is 1 when both the inputs are 0
or
when both the inputs are 1. If only one of this inputs is at 1, then the output of the exclusive NOR gate is the complement of the exclusive OR gate.

Ex- NOR gate

AND gate realization using NAND gate

y = A . B  = output of AND gate
y =   = output of NAND gate
y = A . B = B . A

AND gate

Realization of OR gate using NAND gate

Y = A + B
Y = A1 + B1 = (A1)1 + (B1)1 = A + B

OR gate

NOT gate realization using NAND gate


NOT gate

AND gate function realization using NOR gate

y =  = (A1)1. (B1)1 = A . B

AND gate

OR gate function realization using NOR gate

y =  = A + B

OR gate

Realization of Ex –OR gate using NAND gates.

Ex- OR gate

Realization of Ex – OR gate using NOR gate

Ex- OR gate

NON – Degenerate combinations


  1. AND – OR circuit is equivalent to NAND – NAND pair

    AND – OR circuit is equivalent to NAND – NAND pair
    Let gates 1 and 2 be AND gate and gate 3 be an OR gate. Then

    y = AB + CD

    Let gates 1, 2 and 3 be NAND gates. Then

    Y =  = AB + CD = AB + CD

    It is seen that the two – level pair AND – OR is equivalent to NAND – NAND pair.

  2. NOR – NOR circuit is equivalent to OR – AND circuit
  3. NOT – OR circuit is equivalent to OR – NAND
  4. AND – NOR circuit is equivalent to NAND – AND circuits.

Logic gates

In practice, the logic gates used are the AND gate, the OR gate, the NOT gate, the NAND gate, the NOR gate, the exclusive – OR gate.
The AND, OR and NOT gates are called as basic gates.

AND gate:- The symbol used for AND gate is

AND gate

This gate has a single output and any number of inputs.

OR gate:- The symbol used for OR gate is

OR gate

NOT gate:


NOT gate

NAND gate: The symbol used for NAND gate is

NAND gate

This gate is equivalent to an AND gate followed by an inverter (NOT gate). A NAND gate must be the exact inverse of an AND gate.

If any of the inputs to a NAND gate is 0, the output of the NAND gate becomes 1. If all the inputs to the NAND gate is are at logical 1, then only the output is 0.

NOR gate: This gate is equivalent to an OR gate followed by an inverter i.e. NOR function is NOT – OR. The NOR gate has in which case the output is 1. In other words, if any of the inputs to a NOR gate is 1, the output is 0.

NOR gate

NAND and NOR gates are called as universal gates because, the basic gate functions are implemented by universal gates.

Ex- OR gate: The name has come about because this gate excludes logic output of 1 for the case when both the inputs are 1.

Ex- OR gate

When odd number of inputs are high. Then the output of the Ex – OR gate goes to high.

0 comments:

Post a Comment