InterviewSolution
Saved Bookmarks
| 1. |
The binary subtraction of 0 – 0 =?(a) Difference = 0, borrow = 0(b) Difference = 1, borrow = 0(c) Difference = 1, borrow = 1(d) Difference = 0, borrow = 1The question was posed to me by my college director while I was bunking the class.I want to ask this question from 4-Bit Parallel Adder/Subtractor topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» Correct option is (a) Difference = 0, borrow = 0 |
|