InterviewSolution
Saved Bookmarks
| 1. |
The output of a subtractor is given by (if A, B and X are the inputs).(a) A AND B XOR X(b) A XOR B XOR X(c) A OR B NOR X(d) A NOR B XOR XThe question was posed to me by my college director while I was bunking the class.Question is taken from Half & Full Subtractor in portion Arithmetic Circuits of Digital Circuits |
|
Answer» Correct answer is (b) A XOR B XOR X |
|