EX.
NO: DESIGN & IMPLEMENTATION OF ENCODER & DECODER
DATE:
Aim:
To design & implement the 8 x 3 Encoder using logic gates.
Apparatus Required:
Sl.No Name of the Apparatus Specification Quantity
1 Digital IC trainer kit - 1
2 OR Gate IC 7432 3
3 Connecting wires - Some
THEORY
Digital Computers, Microprocessor & other digital systems are binary
operated whereas our language of communication is in decimal numbers and
alphabets only. Therefore the need arises for interfacing between digital system
and human operators. To accomplish this task the Encoder is used.
Truth Table
INPUT OUTPUT
D1 D2 D3 D4 D5 D6 D7 A B C
1 0 0 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0 0 1
0 0 1 0 0 0 0 0 1 0
0 0 0 1 0 0 0 0 1 1
0 0 0 0 1 0 0 1 0 0
0 0 0 0 0 1 0 1 0 1
0 0 0 0 0 0 1 1 1 0
0 0 0 0 0 0 0 1 1 1
OUTPUT
A= D4+D5+D6+D7
B= D2+D3+D6+D7
C=D1+D3+D5+D7
PROCEDURE:
RESULT
Thus the 8 x 3 encoder & decoder is constructed and output is verified by using logic
gates.