Encoder Decoder
Encoder Decoder
ON
ENCODER AND DECODER
NEHA YADAV
Roll No.- 54
SEMESTER I , B.Sc. Computer Application Submitted to
Session- 2023-2027 Amrita Prakash Mam
Registration no.- 23PWC00758
ENCODER
What are Encoder?
The combinational circuits that change the binary
information into N output lines are known as Encoders.
The binary information is passed in the form of 2N input lines.
The output lines define the N-bit code for the binary
information.
4 to 2 Line Encoder
In 4 to 2 line encoder, there are total of four inputs, i.e., Y 0, Y1, Y2,
and Y3, and two outputs, i.e., A0 and A1. In 4-input lines, one input-
line is set to true at a time to get the respective binary code in the
output side.
Logic Diagram of
4 to 2 Encoder
DECODER
What are Decoder?
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.
2 to 4 Line Decoder
In the 2 to 4 line decoder, there is a total of three inputs, i.e., A 0, and
A1 and E and four outputs, i.e., Y0, Y1, Y2, and Y3. For each
combination of inputs, when the enable 'E' is set to 1, one of these
four outputs will be 1.