Saved Bookmarks
| 1. |
Write the SOP form of a boolean function F, which is represented in a truth table as follows :UVWF00010010010001111000101011011111 |
|
Answer» F=(0,3,6,7) So, SOP form of F is F = (U’.V’W’) + (U’.VW) + (U.VW’) + (U.VW) |
|