Laboratory 5 Answers
Laboratory 5 Answers
Cascara
BSEE 3A
LABORATORY 5
ENCODER AND DECODER
TRUTH TABLE
INPUT OUTPUT
Y1 Y2 Y3 Y4 Y5 Y6 Y7 A B C
1 0 0 0 0 0 0 0 0 1
0 1 0 0 0 0 0 0 1 0
0 0 1 0 0 0 0 0 1 1
0 0 0 1 0 0 0 1 0 0
0 0 0 0 1 0 0 1 0 1
0 0 0 0 0 1 0 1 1 0
0 0 0 0 0 0 1 0 0 1
LOGIC DIAGRAM FOR DECODER
TRUTH TABLE
INPUT OUTPUT
E A B D0 D1 D2 D3
1 0 0 1 1 1 1
0 0 0 0 1 1 1
0 0 1 1 0 1 1
0 1 0 1 1 1 1
0 1 1 1 1 0 0
PROCEDURE
Connections are given as per circuit diagram.
Logical inputs are given as per circuit diagram.
Observe the output and verify the truth table.
REVIEW QUESTIONS
How do you think that above encoder circuit work as an Encoder?
An Encoder is a combinational circuit that performs the reverse
operation of Decoder.
Design an encoder using NOR gates only.
What will be the output of the decoder circuit if NAND gates are
replaced by AND gates?
https://drive.google.com/drive/folders/1XJbZ8Qcx4vpYXG5SuxHO_Ph
HKWHhxbnY
What decoder actually do?
A decoder is a circuit that changes a code into a set of signals. It is
called a decoder because it does the reverse of encoding, but we will
begin our study of encoders and decoders with decoders because they
are simpler to design.
What is the purpose of enable input in decoder.
A decoder with an enable input can function as a Demultiplexer. A
demultiplexer is a circuit that receives information on a single line and
transmits this information on one of 2n possible output lines.
Design a 2x4 decoder using two 1x2 decoders.