Tuesday - Class Test - Memo
Tuesday - Class Test - Memo
CLASS TEST
SUBJECT: CODE:
Digital Systems III EDS125A
STATIONERY:
1. Non-Alphanumeric Calculator
2. Pen and Ruler
3. Datasheet
Signature:
ASSESSOR: T. G. Bihi
Question 1 [9]
Question 2 [16]
2.1. Study the following truth table, and use the data, with the aid of Karnaugh Maps to
get a minimum SOP expression then show the expression on a PLA diagram:
A B C X Y
0 0 0 1 0
0 0 1 1 0
0 1 0 0 1
0 1 1 0 1
1 0 0 0 0
1 0 1 0 0
1 1 0 1 1
1 1 1 0 1
Karnaugh Map: (10)
X Y
C C
AB 0 1 AB 0 1
00 1 1 00 0 0
01 0 0 01 1 1
11 1 0 11 1 1
10 0 0 10 0 0
Page 4 of 4
----------------------------------------------------------------------------------------------------------------
X = A.B + A.B.C
------------------------------------------------------------------------------------------------------------
Y=B
----------------------------------------------------------------------------------------------------------------
*********************************END OF TEST*****************************