Computer Science
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.