Computer Science, asked by missbrains6133, 4 months ago

Difference between restoring division and non restoring division

Answers

Answered by ishamaniktala6
0

Answer:

I assume you are talking about division of binary numbers on a computer. ... restoring method: you add the divisor back, and put 0 as your next quotient digit. non-restoring method: you don't do that - you keep negative remainder and a digit 1, and basically correct things by a supplementary addition afterwards.

Similar questions