Can anybody explain me how to do binary division
Answers
Explanation:
Binary Division Examples
Question: Solve 01111100 ÷ 0010
Solution:
Given
01111100 ÷ 0010
Here the dividend is 01111100 and the divisor is 0010
Remove the zero’s in the Most Significant Bit in both the dividend and divisor, that doesn’t change the value of the number.
So the dividend becomes 1111100 and the divisor becomes 10.
Now, use the long division method.
Binary Division Example-1
Step 1: First, look at the first two numbers in the dividend and compare with the divisor. Here 11 is less than 10, then add the number 1 in the quotient place. Then subtract the value, you get 1 as remainder.
Step 2: Then bring down the next number from the dividend portion and do the step 1 process again
Step 3: Repeat the process until the remainder becomes zero by comparing the dividend and the divisor value.
Step 4: Now, in this case, after you get the remainder value as 0, you have zero left in the dividend portion, so bring that zero to the quotient portion.
Therefore, the resultant value is quotient value which is equal to 111110
So, 01111100 ÷ 0010 = 111110
Hope it helps
Explanation:
I hope it will help u to understand.
have a good day