Assignment_1, Solutions
Assignment_1, Solutions
ASSIGNMENT 1 Solutions
P. 1. Using Boolean algebra, derive a minimized sum-of-product expression for (6 marks each)
1
Answer:
X Y Z F
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 0
P.3. Optimize the following Boolean expressions using a K-Map (6 marks each):
(a) X’Z’ +YZ’ +XYZ
(b) A’B+B’C+A’B’C
Answer:
2
P.4. Optimize the following Boolean functions in product-of-sums form:
P.5. Optimize the following Boolean function by means of a four-variable K-Map (13 mark):
F(A,B,C,D) =Ʃm(0,1,7,13,15)+ Ʃd(2,6,8,9,10)
Answer: The simplified function is: F(A,B,C,D) = B’C’+ABD+BCD (8 marks for correct table
and groupings and 5 marks for correct simplified function)