Saved Bookmarks
| 1. |
Write the SOP form of a boolean function F, which is represented in a truth table as follows :XYZF(X, Y, Z)00010011010001111001101011001111 |
|
Answer» SOP form is given by X’Y’Z’ + X’Y’Z + X’YZ + XY’Z’ + XYZ |
|