Home / Logic Gates / Logic NOR Gate

Logic NOR gate's Featured image

Logic NOR Gate

The logic behind the NOR logic gate is, “If any one of the inputs to a logic gate is logic high, then it’s output is logic low”. It’s operation is equivalent to the complement of logic OR gate.

Introduction :

Logic gates are the digital electronics devices (or) circuits, which accepts one (or) more number of inputs, but gives only one number of output.

Why do we need logic gates in the first place? Logic gates are the building blocks for the modern digital computation. With the help from the logic gates, any kind of logic functions can be performed. There are so many different types of logic gates, These are classified depends on their logical operations, ( EX-OR, EX-NOR )among them some are classified as Basic logic gates ( AND, OR, NOT ) and some are classified as Universal logic gates ( NAND, NOR ) . Here the NOR logic gate is classified as Universal logic gate. The electronic circuit which performs this NOR logic function is called NOR logic gate.

Logic gates are the basic building blocks, for all the modern day digital electronics devices.

NOR logic gate :

The logic behind the NOR logic gate is, “If any one of the inputs to a logic gate is logic high, then it’s output is logic low”. These type of logic gate is known as NOR logic gate.

It’s operation is equivalent to the complement of logic OR gate.

i.e.

It shows the combination of OR logic gate and NOT logic gate forms the NOR logic gate.
Logic NOR gate using NOT + OR gate

What is meant by logic high?

Here logic high means the input voltage of one of the inputs is slightly higher than the input voltage of the other inputs. The most common logic high input voltages are (+5 V, +1 V, +3.3 V etc.,). In digital terms logic high is represented as “1” in positive logic and as “0” in negative logic. In digital terminology “1” is not a mathematical constant one (1), it’s just a representation of logic high state in positive logic, similarly “0” is not a mathematical constant zero (0), it’s just a representation of logic high state in negative logic.

In Boolean algebra term,

logic high = 1 = high voltage ( positive logic )

logic high = 0 = high voltage ( negative logic )

What is meant by logic low?

Here logic low means the input voltage of one of the inputs is slightly lower than the input voltage of the other inputs. The most common logic low input voltages are ( 0 V, -5 V, -3.3 V, -1 V etc.,). In digital terms logic low is represented as “0” in positive logic and as “1” in negative logic. In digital terminology “0” is not a mathematical constant zero (0), it’s just a representation of logic low state in positive logic, similarly “1” is not a mathematical constant one (1), it’s just a representation of logic low state in negative logic.

In Boolean algebra term,

logic low = 0 = low voltage ( positive logic )

logic low = 1 = low voltage ( negative logic )

Note :

  1. NOR logic is same as the complement of binary addition.
  2. Any open ended input is treated as logic “0” in Positive logic NOR gate.
  3. Any open ended input is treated as logic “1” in Negative logic NOR gate.

Universal logic gates :

NAND gate and NOR gate are called as Universal logic gates. Why are they called as Universal logic gates?

Any logic function (or) logic gate can be created by using only the NAND (or) NOR logic gates. This is why these gates are called as Universal logic gates.

Ex :

It is the representation of OR gate using only the NOR gate
OR gate designed only using NOR gate
It shows the AND gate using only the NOR gate
AND gate designed only using NOR gate

NOR operator :

NOR operator is represented as “ It is the NOR operator ”, Read it as “NOR”. It is represented by an overline placed above OR operator. It acts like a complement of binary addition.

EX :

Boolean Expression = It is the representation of logic NOR operation between two inputs A and B , Read it as A “NOR” B

Classification of logic NOR gates :

NOR gates are classified depends upon their number of inputs. The most commonly used NOR gates are

  • Two input logic NOR gate.
  • Three input logic NOR gate.

Two input logic NOR gate :

If a NOR logic gate, which accepts two inputs and provide the desired NOR logic as output then that type of logic gate is called as Two input logic NOR gate.

It’s logic function is,

Positive logic :

“When all the inputs is logic low (0), only then the output is logic high (1)”.

Positive logic gates are widely used.

Negative logic :

“When all the inputs is logic low (1), only then the output is logic high (0)”.

Logic Symbol :

It is the Logic symbol of two input logic NOR gate
Logic symbol of two input NOR gate

Switch representation :

It is the Electrical switch representation of two input NOR gate
Switch representation of two input NOR gate

If,

n = number of switches (inputs)

m = maximum possible number of output combination

Equation for Maximum number of possible switch combinations of two input AND gate

Ex :

number of inputs (n) = 2

Maximum possible number of output combination (m) = 22 = 4

Truth table :

Positive logic :
It is the truth Table of two input positive logic NOR gate
Truth table for positive logic two input NOR gate

If any one input is,

0 = NOR gate is act as an inverter with output is the inverted version of the other input.

1 = NOR gate is disabled with output is zero (0).

Positive logic NOR gate is equals to the Negative logic NAND gate

Unused input :
TTL logic :

In TTL logic, if any input is open (or) floating, it will act as “1”

ECL logic :

In ECL logic, if any input is open (or) floating, it will act as “0”

It is the two input NOR logic gate in ECL logic
Two input NOR gate in ECL logic

In positive logic NOR gate, the open (or) floating input follows ECL logic, which means open (or) floating input in Positive logic NOR gate is considered as “0”.

Negative logic :
It is the truth Table of two input negative logic NOR gate
Truth table for negative logic two input NOR gate

If any one input is,

0 = NOR gate is disabled with output is one (1).

1 = NOR gate is act as a inverter with output is the inverted version of the other input.

With this we can say that,

Negative logic NOR gate is equals to the Positive logic NAND gate

Unused input :
TTL logic :

In TTL logic, if any input is open (or) floating, it will act as “1”

ECL logic :

In ECL logic, if any input is open (or) floating, it will act as “0”

It is the two input NOR logic gate in TTL logic
Two input NOR gate in TTL logic

In negative logic NOR gate, the open (or) floating input follows TTL logic, which means open (or) floating input in Negative logic NOR gate is considered as “1”.

Three input logic NOR gate :

If a NOR logic gate, which accepts three inputs and provide the desired NOR logic as output then that type of logic gate is called as Three input logic NOR gate.

It’s logic function is,

Positive logic :

“When all the inputs is logic low (0), only then the output is logic high (1)”.

Positive logic gates are widely used.

Negative logic :

“When all the inputs is logic low (1), only then the output is logic high (0)”.

Logic Symbol :

It is the Logic symbol of three input NOR gate
Logic symbol of three input NOR gate

Switch representation :

It is the Electrical switch representation of three input NOR gate
Switch representation of three input NOR gate

If,

n = number of switches (inputs)

m = maximum possible number output of combination

Equation for Maximum number of possible switch combinations of two input AND gate

Ex:

number of inputs (n) = 3

Maximum possible number of output combination (m) = 23 = 8

Truth table :

Positive logic :
It is the Truth table for three input positive logic NOR gate
Truth table for positive logic three input NOR gate

If any one input is,

0 = NOR gate gives NOR of the other two inputs as output..

1 = NOR gate is disabled with output is zero (0)

With this we can say that,

Positive logic NOR gate is equals to the Negative logic NAND gate

Unused input :
TTL logic :

In TTL logic, if any input is open (or) floating, it will act as “1”

ECL logic :

In ECL logic, if any input is open (or) floating, it will act as “0”

It is the three input NOR logic gate in ECL logic
Three input NOR gate in ECL logic

In positive logic NOR gate, the open (or) floating input follows ECL logic, which means open (or) floating input in Positive logic NOR gate is considered as “0”.

Negative logic :
It is the Truth table for three input negative logic NOR gate
Truth table for negative logic three input NOR gate

If any one input is,

0 = NOR gate is disabled with output is one (1).

1 = NOR gate gives NOR of the other two inputs as output.

With this we can say that,

Negative logic NOR gate is equals to the Positive logic NAND gate

Unused input :
TTL logic :

In TTL logic, if any input is open (or) floating, it will act as “1”

ECL logic :

In ECL logic, if any input is open (or) floating, it will act as “0”

It is the Three input NOR logic gate in TTL logic
Three input NOR gate in TTL logic

In negative logic NOR gate, the open (or) floating input follows TTL logic, which means open (or) floating input in Negative logic NOR gate is considered as “1”.

Boolean law :

NOR gate is following this Boolean law.

  • Commutative law :

This law states that, the complement of binary addition of the two inputs is equivalent to the complement of binary addition performed by changing the order of the same inputs.

i.e.

It is the commutative law of NOR gate

where, A & B are logic inputs.

De Morgan’s law :

Logical NAND operation between the two inputs is equals to the logical OR operation of the complemented version of the same two inputs.

i.e.

It is a one form of De Morgan's law.

where, A & B are logic inputs.

In other words,

Logical NOR operation between the two inputs is equals to the logical AND operation of the complemented version of the same two inputs.

i.e.

It is a one form of De Morgan's law.

where, A & B are logic inputs.

Proof of De Morgan’s law :

It is the tabulation for proving the De Morgan's law
Proof of De Morgan’s law

Conclusion :

Now we all know, that what is logic NOR gate and how it operates. Logic gates are the basic building blocks for any kind of digital electronic devices/systems. NOR logic gate is known as Universal logic gate, because by using only the NOR logic gate, it is possible to make any kind of digital logical functions.

Related topics

  1. Logic AND Gate
  2. Logic OR Gate
  3. Logic NAND Gate
  4. Logic NOR Gate
  5. Logic EX-OR Gate
  6. Logic EX-NOR Gate

Add a Comment

Your email address will not be published. Required fields are marked *

Shopping Basket