0% found this document useful (0 votes)
35 views6 pages

DLD Lab Report 5 0112330709

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)
35 views6 pages

DLD Lab Report 5 0112330709

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/ 6

Course Title: Digital Logic Design Laboratory

Course Code: CSE 1326

Submitted to

Name: Tamanna Shermin, Department of CSE

Submitted By

Name: Md. Tahasinur Rahman

ID : 0112330709

Sec : L

Date of submission: 13.07.2024


1. Description of 74151 and 74153.

Solution:

Pin Diagram of 74151

IC 74151 (8-to-1 Multiplexer):


The IC 74151 is an 8-to-1 multiplexer that allows you to select one input from eight
different signals and route it to a single output. It uses a 3-bit select input to choose the
desired input line, and it is commonly used in digital circuits for data routing and signal
selection.
Pin Diagram of 74153

IC 74153 (Dual 4-to-1 Multiplexer):


The IC 74153 is a dual 4-to-1 multiplexer that provides two independent 4-to-1
multiplexers in a single package. Each multiplexer selects one of four inputs to be routed to its
output based on a 2-bit select input, offering a compact solution for digital data selection in
various applications.
2. Implementation f(A,B,C,D) = Σm (0,1, 2, 4, 7, 9, 14,15) using MUX and necessary
basic gates.

Solution:

A B C D F
0
0 0 0 0 1
1
0 0 0 1 1
2
0 0 1 0 1
3
0 0 1 1 0
4
0 1 0 0 1
5
0 1 0 1 0
6
0 1 1 0 0
7
0 1 1 1 1
8
1 0 0 0 0
9
1 0 0 1 1
10
1 0 1 0 0
11
1 0 1 1 0
12
1 1 0 0 0
13
1 1 0 1 0
14
1 1 1 0 1
15
1 1 1 1 1

Truth Table

8 input MUX
A B C D F
0 0 0 0 1
0 0 0 1 1
0 0 1 0 1
0 0 1 1 0
0 1 0 0 1
0 1 0 1 0
0 1 1 0 0
0 1 1 1 1
1 0 0 0 0
1 0 0 1 1
1 0 1 0 0
1 0 1 1 0
1 1 0 0 0
1 1 0 1 0
1 1 1 0 1
1 1 1 1 1

I0 = C’D’ + C’D + CD’


I1 = C’D’ + CD
I2 = C’D
I3 = C

4 Input MUX
I0 I1
1 1
1 0
1 0
0 1
0 1
0 0
0 0
1 1

2 Input Mux

You might also like