InterviewSolution
Saved Bookmarks
| 1. |
In a normal n-bit adder, to find out if an overflow as occurred we make use of ________(a) And gate(b) Nand gate(c) Nor gate(d) Xor gateThis question was posed to me in semester exam.My doubt stems from Numbers and Arithmetic Operations in section Machine Instructions and Programs of Computer Architecture |
|
Answer» CORRECT CHOICE is (d) XOR gate The EXPLANATION is: NONE. |
|