Saved Bookmarks
| 1. |
An X-OR gate has following truth table: It is represented by following logic relation Y=barA.B+A.barB Build this gate using AND, OR and NOT gates. |
Answer» Solution : For above LOGIC circuit, Boolean EQUATION is `Y=Y_(1)+Y_(2)=barA*B+A*barB` which is CONSISTENT with the statement. |
|