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

Assignment - Fall 2023 - CS302P - 2

The document describes an assignment question to design a combinational circuit using two 8-1 multiplexers to implement a 4-input boolean function with a given truth table. The student is asked to submit a clear screenshot of the circuit diagram labeling their student ID and output node, using only 8-1 multiplexers.

Uploaded by

ammadip465
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Assignment - Fall 2023 - CS302P - 2

The document describes an assignment question to design a combinational circuit using two 8-1 multiplexers to implement a 4-input boolean function with a given truth table. The student is asked to submit a clear screenshot of the circuit diagram labeling their student ID and output node, using only 8-1 multiplexers.

Uploaded by

ammadip465
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment No 2

Student ID: Bc230206016


Student Name: Samreen bibi
CS302
Question No 1:

Design a combinational circuit using two 8-1 MUX to implement a 4-input boolean function
having the below given function table.

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

You have to submit a clear screenshot of your circuit diagram with your VU Student ID
mentioned or labeled with the output node of the circuit diagram. You must only use 8-1 MUX
otherwise you will get 0 marks.

Solution:

You might also like