InterviewSolution
Saved Bookmarks
| 1. |
Consider circuit with 4 : 16 Demux below: Now: |
| Answer» f1 = y2 + y6 + y11 + y12 and f2 = y1 + yl0 + yl3 f1(m, n, o, p) = (3, 4, 9, 13) f2(m, n, o, p) = (2, 5, 14) ∴ = Π(2, 3, 4, 5, 9, 13, 14). | |