E. Solve. 1. Find the binary equivalent of number 32.
And show how to do it
Answers
Answered by
4
- The binary equivalent of the given decimal number (32)₁₀ is (1000 00)₂
Conversion is given as follows:
Now arrange the remainders obtained from bottom to top:
> (32)₁₀ = (1000 00)₂ (Answer)
- Divide the number by 2.
- Write the quotient on the left and remainders obtained on the right.
- Repeat the above two processes until the quotient becomes 0.
- Now arrange the remainders obtained from bottom to top.
- Result obtained will be the binary equivalent of the given decimal number.
Similar questions