0% found this document useful (0 votes)
69 views

Name: Syed Ali Haider Class: Bsse Iii-A (Morning) ROLL NO: NUML-F19-13701 DATE: 30-11-2020 Submitted To: Ma'Am Benish Shafreen

This lab report describes implementing a 4-input, 1-output multiplexer using Logisim software. The objective is to use 4 AND gates, 1 OR gate, and 2 switches to select one of four data input lines (D0, D1, D2, D3) to appear at the output (X) based on the states of the two select lines (A and B). The truth table and circuit diagrams are provided to illustrate the different input combinations and how they determine the output. Implementing this design allows for building a 4-bit multiplexer.

Uploaded by

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

Name: Syed Ali Haider Class: Bsse Iii-A (Morning) ROLL NO: NUML-F19-13701 DATE: 30-11-2020 Submitted To: Ma'Am Benish Shafreen

This lab report describes implementing a 4-input, 1-output multiplexer using Logisim software. The objective is to use 4 AND gates, 1 OR gate, and 2 switches to select one of four data input lines (D0, D1, D2, D3) to appear at the output (X) based on the states of the two select lines (A and B). The truth table and circuit diagrams are provided to illustrate the different input combinations and how they determine the output. Implementing this design allows for building a 4-bit multiplexer.

Uploaded by

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

NAME: SYED ALI HAIDER

CLASS: BSSE III-A (MORNING)


ROLL NO: NUML-F19-13701
DATE: 30-11-2020
SUBMITTED TO: MA’AM BENISH SHAFREEN
LAB NO 10
LAB TITLE:
Implementation of Multiplexer
LAB OBJECTIVE:
How to Implementation of Multiplexer
EQUIPMENT:
By using Logisim software we can convert binary to grey code
Using 4 inputs, 1outputs, 4 AND gates, 1OR gate & 2 switches.
DISCRIPTION:
Assume that we have four lines, D0, D1, D2 and D3, which are to be
multiplexed on a single line, Output (X). The four input lines are also
known as the Data Inputs. Since there are four inputs, we will need two
additional inputs to the multiplexer, known as the Select Inputs, to select
which of the D inputs is to appear at the output. Call these select lines A
and B.
TRUTH TABLE:
A B D0 D1 D2 D3 X

0 0 1 0 0 0 D0

0 1 0 1 0 0 D1

1 0 0 0 1 0 D2

1 1 0 0 0 1 D3
CIRCUIT DIAGRAM:
1. A=1 and B=0

2. A=1 and B=1


3. A=0 and B=0

4. A= 0 and B=1
CONCLUSIONS:
As in such way by implementing this whole procedure we will able to
make a 4-bit Multiplexer.

You might also like