0% found this document useful (0 votes)
25 views4 pages

DE - Lab Manual 7

Uploaded by

pank01
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)
25 views4 pages

DE - Lab Manual 7

Uploaded by

pank01
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/ 4

Laboratory Manual

Subject: - Digital Electronics


Class: - S Y BTech Computer Engineering Semester - I

Experiment No: - 07

Aim: - To study Multiplexer IC and realization of Full Adder using Multiplexer IC.

Theory: -

Verification of Multiplexer:

Multiplexer is a combinational logic circuit that performs multiplexing; it selects one of many
analog or digital input signals and forwards the selected input into a single line. A multiplexer of
2n inputs has n select bits, which are used to select which input line to send to the output. An
electronic multiplexer makes it possible for several signals to share one device or resource.

Truth Table:

Dec
No. S2 S1 S0 D0 D1 D2 D3 D4 D5 D6 D7
0 0 0 0 1 0 0 0 0 0 0 0
1 0 0 1 0 1 0 0 0 0 0 0
2 0 1 0 0 0 1 0 0 0 0 0
3 0 1 1 0 0 0 1 0 0 0 0
4 1 0 0 0 0 0 0 1 0 0 0
5 1 0 1 0 0 0 0 0 1 0 0
6 1 1 0 0 0 0 0 0 0 1 0
7 1 1 1 0 0 0 0 0 0 0 1
General symbol for 8: 1 Mux

Pin Configuration for IC 74151

D0 – D7: Input lines


S0 - S2: Select Lines
G or E: Strobe / Enable
Y / Y: Output Lines
Realization of Full Adder using Multiplexer IC

Truth Table of Full Adder:

Sum = ∑ m (1, 2, 4, 7) and Carry = ∑ m (3, 5, 6, 7)

You might also like