Join Examsbook
1126 0

Q: You have the following binary number :10110111. What are the decimal and hexadecimal equivalents?

  • 1
    69/0x2102
  • 2
    183/B7
  • 3
    173/A6
  • 4
    83/0xC5
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "183/B7"
Explanation :

Answer: B) 183/B7 Explanation: You must be able to take a binary number and convert it into both decimal and hexadecimal. To convert to decimal, just add up the 1s using their values. The values that are turned on with the binary number of 10110111 are 128+32+16+4+2+1=183. To get the hexadecimal equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By adding up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully