Saved Bookmarks
| 1. |
Write the SOP form of a Boolean function G, which is represented in a truth table as follows:PQRG00000010010101111001101011011111 |
|
Answer» The desired Canonical Sum-of-Product form is as following; G = ∑(2, 3, 4, 6, 7) = P’QR’ + P’QR + PQ’R’ + PQR’ + PQR |
|