

InterviewSolution
Saved Bookmarks
1. |
Number of outputs in a half adder _____________(a) 1(b) 2(c) 3(d) 0The question was posed to me during an interview.My question is taken from Universal Gates in portion Boolean Algebra and Logic Circuits of Computer Fundamentals |
Answer» CORRECT answer is (b) 2 The best I can explain: A HALF adder GIVES two outputs. One is called the SUM and the other is carry. Half adder can be IMPLEMENTED using an EXOR gate and an AND gate. |
|