InterviewSolution
Saved Bookmarks
| 1. |
The Boolean expression of the output Y of the inputs A and B for the circuit shown in the fig |
|
Answer» SOLUTION :The output of AND gate 1 is `BAR(A)B` The output of AND gate 2 is `AbarB` `therefore` the output of OR gate is, `Y=barAB+AbarB` |
|