InterviewSolution
Saved Bookmarks
| 1. |
Truth table for the following expression X+Y.X |
|
Answer» Answer: The BOOLEAN expression X+X' Y equals X+Y. Boolean ALGEBRA is the mathematics we USE to analyze digital gates and circuits. Use of “LAWS of Boolean” to both reduce and simplify a complex Boolean expression in an attempt to reduce the number of logic gates required |
|