Saved Bookmarks
| 1. |
Write Product of Sum expression of the function F (a, b, c, d) from the given truth table.abcdf00000000100010100111010000101101101011101000010010101011011111000110101110011111 |
|
Answer» F (a,b,c,d) = (a + b + c + d).(a + b + c + d). (a + b' + c + d).(a + b' + c' + d). (a' + b + c + d) . (a' + b + c + d') . (a' + b' + c + d). (a' + b' + c + d'). (a' + b' + c' + d) |
|