InterviewSolution
Saved Bookmarks
| 1. |
Explain with an example how to express a boolean function in its sum of product form |
|
Answer» OR GATE (Sum) Thus the BOOLEAN equation for a 2-input OR gate is given as: Q = A+B, that is Q equals both A OR B. For a sum term these input variables can be EITHER “true” or “false”, “1” or “0”, or be of a complemented form, so A+B, A+B or A+B are all classed as sum terms. |
|