Implementation of A Logic Circuit From 8x3 Encoder and A Multiplexer.
Implementation of A Logic Circuit From 8x3 Encoder and A Multiplexer.
ID: 153402032
Experiment Number: 13
Experiment Name: Implementation of a logic circuit from 8x3 Encoder and a Multiplexer.
Objective:
Learning about the Decoders such 8x3 Encoder and a Multiplexer(MUX).
Implementation the equation using different logic gates in the simulator
Verifying the outputs using the truth table.
Required Apparatus:
Theory:
8 to 3 Encoder (Octal to Binary):
The 8 to 3 Encoder or octal to Binary encoder consists of 8 inputs: Y7 to Y0 and 3 outputs: A2,
A1 & A0. Each input line corresponds to each octal digit and three outputs generate
corresponding binary code.
X = D4 + D5 + D6 + D7
Y = D2 + D3 + D6 + D7
Z = D1 + D3 + D5 + D7
4x1 Multiplexer:
4x1 Multiplexer has four data inputs I3, I2, I1 & I0, two selection lines s1 & s0 and one output
Y. The block diagram of 4x1 Multiplexer is shown in the following figure.
1
Name: Mohayminul Al-Hamim
ID: 153402032
8 to 3 Encoder:
D0 D1 D2 D3 D4 D5 D6 D7 X Y Z
1 0 0 0 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0 0 0 1
0 0 1 0 0 0 0 0 0 1 0
0 0 0 1 0 0 0 0 0 1 1
0 0 0 0 1 0 0 0 1 0 0
0 0 0 0 0 1 0 0 1 0 1
0 0 0 0 0 0 1 0 1 1 0
0 0 0 0 0 0 0 1 1 1 1
2
Name: Mohayminul Al-Hamim
ID: 153402032
4 x 1 Mux:
S1 S0 Y
0 0 I0
0 1 I1
1 0 I2
1 1 I3
Procedure:
At first, in the Simulator Application the logic gates and other components should be placed.
The logic gates and other components should be connected with connectors.
Finally, using the Toggle Switches the outputs can be observed and compared with the truth
table in the monitor.
3
Name: Mohayminul Al-Hamim
ID: 153402032
Discussion:
Connectors should be connected properly with the proper logic gates and other components.
The hand cursor should be disabled to receive uninterrupted assistance from the simulator
application.