InterviewSolution
Saved Bookmarks
| 1. |
For any ‘AND GATE’ the three inputs are A, B and C then the output Y will be;(a )Y = A . B + C(b) Y = A + B + C(c ) Y = A + B . C(d) Y = A . B . C |
|
Answer» (d) Y = A . B . C |
|