Q. The binary number 1111 corresponds to _ hexadecimal number
Solution:
Binary to hexadecimal
- Start at the rightmost digit and break the binary number up into groups of four digits. (nibbles)
- Next, convert each group of four digits into decimal.
- Convert each decimal value into its hex equivalent.
- Put the hex digits together.
- Here, 1111=F
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.