You are on page 1of 7

Assignment-6

Course Title: Digital Electronics and Pulse Technique Lab


Course Code: CSE 224

Submitted To: Pranta Saha


Lecturer
School of Science, Engineering and Technology

East Delta University, Chittagong

Submitted By:
M.K. Ataul Karim
ID: 163001112
Submission Date: 6th August, 2020.
Exercise 2.5:
Make a 16-to-1 MUX using multiple 4-to-1 Mux. (no DSCH needed)
Answer:
First we have to make a 16 to 1 MUX’s truth table which has 4 input:
w0 w1 w2 w3 F(output)
0 0 0 0 I1
0 0 0 1 I2
0 0 1 0 I3
0 0 1 1 I4
0 1 0 0 I5
0 1 0 1 I6
0 1 1 0 I7
0 1 1 1 I8
1 0 0 0 I9
1 0 0 1 I10
1 0 1 0 I11
1 0 1 1 I12
1 1 0 0 I13
1 1 0 1 I14
1 1 1 0 I15
1 1 1 1 I16
Circuit diagram of 16 to 1 MUX:
Circuit diagram of 16 to 1 MUX using 4 to 1 MUX:
Exercise 2.6:
Make a 4-to-1 MUX using schema and also using that develop a 16-to-1 MUX
in DSCH.
Answer:
First we have to make a 4 to 1 MUX using 2 to 1 MUX.
Now we have to create a schema of this circuit. After create this schema now we
develop a 16 to 1 MUX using the 4 to 1 MUX schema.
Schema of this 16 to 1 MUX:

Timing diagram of this 16 to 1 MUX:

You might also like