0% found this document useful (0 votes)
1K views

Implementation of A Logic Circuit From 8x3 Encoder and A Multiplexer.

This experiment involves implementing a logic circuit combining an 8x3 encoder and 4x1 multiplexer. The objectives are to learn about these components, implement the circuit using logic gates in a simulator, and verify the outputs with truth tables. The document provides the theory of operation for an 8x3 encoder and 4x1 multiplexer. It also includes the circuit diagrams and truth tables for each component as well as for the combined circuit. The procedure is to build the circuit in a logic gate simulator using AND, OR, and NOT gates and verify the outputs match the truth tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Implementation of A Logic Circuit From 8x3 Encoder and A Multiplexer.

This experiment involves implementing a logic circuit combining an 8x3 encoder and 4x1 multiplexer. The objectives are to learn about these components, implement the circuit using logic gates in a simulator, and verify the outputs with truth tables. The document provides the theory of operation for an 8x3 encoder and 4x1 multiplexer. It also includes the circuit diagrams and truth tables for each component as well as for the combined circuit. The procedure is to build the circuit in a logic gate simulator using AND, OR, and NOT gates and verify the outputs match the truth tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Name: Mohayminul Al-Hamim

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:

 Logic gate simulator app.


 AND gates IC types 7408 Quadruple 2 input.
 NOT gates IC types7404 Quadruple.
 OR gates IC types 7432 Quadruple 2 input
 Input and output gates.

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.

Y = 𝑺𝟏’𝑺𝟎’𝑰𝟎 + 𝑺𝟏′ 𝑺𝟎𝑰𝟏 + 𝑺𝟏𝑺𝟎′ 𝑰𝟐 + 𝑺𝟏𝑺𝟎𝑰𝟑

1
Name: Mohayminul Al-Hamim
ID: 153402032

Circuit Diagram Simulation and Truth Table:

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

Fig: Truth table

Fig: Circuit Diagram

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

Fig: Truth table

Fig: Circuit Diagram

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.

You might also like