Q. What is the procedure of Binary Division?
The Binary division is the repeated process of subtraction, just as in decimal division.
Signed Numbers Representation
If we want to represent a negative number in the binary format, one way of doing this is use a sign bit. A sign bit is typically used with a binary number of a fixed number of bits and is always the bit furthest to the left of the binary number.
-  There are three ways to represent negative numbers
1.      Sign-Magnitude
2.      One's Complement
3.      Two's Complement