The combinational circuit that change the binary information into 2N output lines is known as Decoders. The binary information is passed in the form of N input lines. The output lines define the 2N-bit code for the binary information. In simple words, the Decoder performs the reverse operation of the Encoder. At a time, only one input line is activated for simplicity. The produced 2N-bit output code is equivalent to the binary information.
There are various types of decoders which are as follows:
Block Diagram
Truth Table
The logical expression of the term Y0, Y0, Y2, and Y3 is as follows:
Y3 = E.A1.A0
Y2 = E.A1.A0'
Y1 = E.A1'.A0
Y0 = E.A1'.A0'
Logical circuit of the above expressions is given below:
Block Diagram
Truth Table
The logical expression of the term Y0, Y1, Y2, Y3, Y4, Y5, Y6, and Y7 is as follows:
Y0 = A0'.A1'.A2'
Y1= A0.A1'.A2'
Y2 = A0'.A1.A2'
Y3 = A0.A1.A2'
Y4 = A0'.A1'.A2
Y5 = A0.A1'.A2
Y6 = A0'.A1.A2
Y7 = A0.A1.A2
Logical circuit of the above expressions is given below:
Required number of lower order decoders = m2/m1
m1 = 8
m2 = 16
Required number of 3 to 8 decoders=Decoder=2
Block Diagram
Truth Table
The logical expression of the term A0, A1, A2,…, A15 are as follows:
Y0 = A0'.A1'.A2'.A3'
Y1 = A0'.A1'.A2'.A3
Y2 = A0'.A1'.A2.A3'
Y3 = A0'.A1'.A2.A3
Y4 = A0'.A1.A2'.A3'
Y5 = A0'.A1.A2'.A3
Y6 = A0'.A1.A2.A3'
Y7 = A0'.A1.A2.A3
Y8 = A0.A1'.A2'.A3'
Y9 = A0.A1'.A2'.A3
Y10 = A0.A1'.A2.A3'
Y11 = A0.A1'.A2.A3
Y12 = A0.A1.A2'.A3'
Y13 = A0.A1.A2'.A3
Y14 = A0.A1.A2.A3'
Y15 = A0.A1.A2'.A3
Logical circuit of the above expressions is given below:
75 videos|145 docs|70 tests
|
1. What is a Decoder GATE and how does it function in digital circuits? | ![]() |
2. What are the main applications of Decoder GATES in electronics? | ![]() |
3. How is a Decoder GATE different from an Encoder? | ![]() |
4. Can you explain the truth table of a basic 2-to-4 Decoder? | ![]() |
5. What are the advantages of using Decoder GATES in circuit design? | ![]() |