0% found this document useful (0 votes)
109 views3 pages

Laboratory 5 Answers

The document describes a laboratory experiment involving an encoder and decoder circuit. It includes logic diagrams and truth tables for a 7-input, 3-output encoder and a 3-input, 4-output decoder. It also poses review questions about how encoders and decoders work, designing an encoder with NOR gates only, the effect of replacing NAND gates with AND gates in the decoder, the purpose of decoders and enable inputs, and designing a 2x4 decoder using two 1x2 decoders.

Uploaded by

Jenemar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views3 pages

Laboratory 5 Answers

The document describes a laboratory experiment involving an encoder and decoder circuit. It includes logic diagrams and truth tables for a 7-input, 3-output encoder and a 3-input, 4-output decoder. It also poses review questions about how encoders and decoders work, designing an encoder with NOR gates only, the effect of replacing NAND gates with AND gates in the decoder, the purpose of decoders and enable inputs, and designing a 2x4 decoder using two 1x2 decoders.

Uploaded by

Jenemar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Jenemar P.

Cascara
BSEE 3A

LABORATORY 5
ENCODER AND DECODER

LOGIC DIAGRAM FOR ENCODER

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.

You might also like