Open In App

NOR Gate

Logic gates are one of the most important elements of digital electronics engineering. It works on the concept of Boolean function. There are several gates in digital electronics, NOR Gate is one of them, which also lies under the Universal Gate because it can be used to implement other basic logic gates like AND, OR, and NOT gate by connecting NOR gates in specific configurations.

NOR gate is a digital logic gate that performs NOR operation between two or more binary inputs and output binary signal. This is a combination of OR gate and NOT gate.



What is NOR Gate?

Logic gates are small digital switching circuit that determines the output of two or more inputted Boolean functions in Binary format. Logical 1 means True or High, whereas Logical 0 means False or Low. Based on different logical operations, the output differs. There can be many inputs in a logic gate but there will be only one output. Each logic gate has its own Truth Table which represents all the combinations of input and output.

NOR gate, is considered as a Universal gate, which is opposite or complement of OR gate.



Operation of NOR Gate

According to its behavior from the truth table,

Returns 1, if all the inputs are 0

Returns 0, if any of the input is 1, or all of the inputs are 1.

Boolean expression of NOR gate is as follows :

If A and B are considered as two inputs, and O as output, then the expression for a two input NOR gate will be

O = (A + B)’

Symbol of NOR Gate

The logic symbol of NOR gate is shown in the following figure. In this figure, the variables A and B represent the input lines and (A + B)’ is the output of the NOR gate.

Truth Table of NOR Gate

The truth table of an NOR gate is given below. This table shows the relationship between inputs and output of the NOR gate. This also provides information about the operation of NOR gate for different input combinations.

NOR Gate Logic Symbol and Truth Table

Types of NOR Gates

There are two types of NOR gate, based on the number of inputs :

2 – Input NOR Gate

It’s one of the simplest NOR gate. Number of input n = 2, so the truth table will have 2n = 22 = 4 combination.

Here is the truth table and Logic diagram for 2- input NOR gate :

Truth Table of 2- Input NOR Gate

The truth table of 2- Input NOR Gate is given above. This table shows the relationship between inputs and output of the 2- Input NOR Gate. This also provides information about the operation of 2- Input NOR Gate for different input combinations.

Logic Diagram of 2-Input NOR Gate

The logic symbol of 2- Input NOR Gate is shown in the above figure. In this figure, the variables A and B represent the input lines and (A + B)’ is the output of the 2- Input NOR Gate.

3 – Input NOR Gate

From the name itself suggest that, its takes three inputs, so n = 3. The truth table will have 23 = 8 combinations of possible outcomes.

Here is the truth table and Logic diagram for 3- input NOR gate :

Truth Table of 3-Input NOR Gate

The truth table of 3- Input NOR Gate is given above. This table shows the relationship between inputs and output of the 3- Input NOR Gate. This also provides information about the operation of 3- Input NOR Gate for different input combinations.

Logic Diagram of 3-Input NOR Gate

The logic symbol of 3- Input NOR Gate is shown in the above figure. In this figure, the variables A, B and C represent the input lines and (A + B + C)’ is the output of the 3- Input NOR Gate.

NOR Gate in Terms of Transistor

NOR gate can be implemented by using transistor in various ways, but two transistor method is the most common method. Here is the diagram and basic description of circuit diagram.

NOR Gate in Terms of Transistor

Working of the Circuit

Here, in the above diagram, there are two transistor T1 and T2(this junction will work as a NOR gate), which are connected in parallel configuration to the ground. Connect resistor A with T1 and B with T2. Then connect a resistor between the junction of T1 and T2.

Operation

Therefore, the output at the collector of transistor T2 is a logical NOR of the inputs A and B.

Applications of NOR Gate

Advantages of NOR Gate

Disadvantages of NOR Gate

Conclusion

In this article, we have learnt about the NOR gate. NOR Gate takes Boolean values as input and returns ‘1’, if f all the inputs are 0 and returns 0, if any of the input is 1, or all of the inputs are 1. This article explains the truth table, symbolic representation, solved example, and applications which helps in better understanding of the article.

NOR Gate – FAQs

Give a real world example of NOR gates.

Nor gate can be used in many electronics devices for example, memory circuits, control system and communication devices etc.

What is the difference between NOR gate and OR gate ?

NOR gate is complement of OR gate and vice versa.

How to use a NOR as an inverter ?

A NOR gate can be used as a inverter by connecting one of its inputs to the other. When both inputs are same, it produces opposite output.

What is the relationship between De Morgan’s theorem and NOR gate ?

De Morgan’s theorem state how to transform an OR operation into a NOR operation and vice versa.


Article Tags :