Computer Science
How will you convert a Binary number to a Hexa-decimal number
Number System
3 Likes
Answer
To convert a binary number into its equivalent hexadecimal form, group the binary digits in 4 bits form from right hand side. If required, add zeros to the left to make the group in 4 bits. Write the hexadecimal equivalent of each binary group. The result will be the hexadecimal equivalent of the binary number.
Answered By
2 Likes