Saved Bookmarks
| 1. |
Write the SOP form of a boolean function F, which is represented in a truth table as follows:XYZF00010010010101101001101011001111 |
|
Answer» F(X,Y,Z)=X’.Y’Z’+X’.Y’.Z’+X.Y’.Z’+X.Y.Z |
|