

InterviewSolution
Saved Bookmarks
1. |
To which logic gate does the truth table given below correspond ? A. ANDB. ORC. NANDD. XOR |
Answer» Correct Answer - D Here, X=0, if A=0 and B=0 and X=0, if A=1 and B=1 Hence this is the output of XOR gate. |
|