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

CENG250 - Chapter 5 Exercises - Set 3

The document discusses exercises from Chapter 5 including filling in a truth table and implementing a function using multiplexers, decoders, and a SOP expression from a K-map.

Uploaded by

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

CENG250 - Chapter 5 Exercises - Set 3

The document discusses exercises from Chapter 5 including filling in a truth table and implementing a function using multiplexers, decoders, and a SOP expression from a K-map.

Uploaded by

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

CENG250: Chapter 5

exercises
Set 3

1
Exercise 1
• Consider the combinational system:
• Fill in the truth table of P W X Y Z P
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
1 0 0 1
1 0 1 0
1 0 1 1
1 1 0 0
1 1 0 1
1 1 1 0
1 1 1 1

2
Exercise 2
Consider the following function
F(A,B,C) =
a) Implement F using an 8-way multiplexer.
b) Implement F using a 3-to-8 active high decoder.
c) Implement F using a 3-to-8 active low decoder.
d) Determine the minimum SOP expression using K-map.

You might also like