Saved Bookmarks
| 1. |
Write the POS form of a boolean function F, which is represented in a truth table as follows :ABCF00000011010101101001101011001111 |
|
Answer» (A + B + C). (A+B’ + C’).(A’ + B + C’). (A’ + B’ + C) |
|