Sunday, 17 November 2013

DP Work

We have to submit diz in dp note on monday....
solve and obtain POS using k'MAP...
1.f(x,y,z)=pi(0,1,4,5).
2.F(A,B,C,D)=pi(0,1,2,3,4,5,6,8,9,10,11)
3.F(A,B,C,D)=pi(0,1,2,3,5,8,9,10,11,12,13,14)
4.F(W,X,Y,Z)=pi(0,1,4,5,6,7,8,9,10,11)
5.give the truth table.
(1)obtain POS for f1 and f2 given
(2)obtain SOP in simplified form.
(3)obtain POS in simplifies form.
X       |     Y   |  Z    |  F1       |    F2
0       |     0    |   0    |    0       |      0
0       |     0    |    1   |    1       |      0
0       |     1    |    0   |    1       |      0
0       |     1    |    1   |    0       |      1
1       |     0    |    0   |    1       |      0
1       |     0    |    1   |    0       |      1
1       |     1    |    0   |    0       |      1
1       |     1    |    1   |    1       |      1

No comments:

Post a Comment