What Is A NOR Gate? - Logic Circuit & Truth Table

An OR gate followed by a NOT gate in a cascade is called a NOR gate. In other words, the gate which provides a high output signal only when there are low signals on the inputs such type of gate is known as NOR gate.

The logic symbol of the gate is shown below:

NOR-GATE-FIG-7The logic circuit of the gate is shown below:

NOR-GATE-FIG-8From the logic circuit of the NOR gate, the output can be expressed by the equation shown below. The below equation is read as “Z equals NOT A OR B”. Since the logic circuit involves an OR gate followed by an Inverter, the output can only be high when both the inputs are low.

NOR GATE EQ 1

The truth table of the NOR gate is given below:

ABZ
001
010
100
110

Hence, in NOR gate, all the inputs must be low to get high output that is when both the inputs A and B are at 0 the output will be 1. If any of the input is high, the output of the gate will be low that is 0. If both the inputs are high then also, the output will be low, i.e., 0.

Related terms:

  1. Exclusive OR Gate – EXOR Gate
  2. Exclusive NOR Gate – EXNOR Gate
  3. Difference Between AND Gate and OR Gate
  4. OR Gate
  5. AND Gate

Tag » What Does A Nor Gate Do