CENG250 - Chapter 5 Exercises - Set 3
CENG250 - Chapter 5 Exercises - Set 3
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.