Question

Convert from hexadecimal to binary and decimal. SHOW WORK 0xB2 0x11

Convert from hexadecimal to binary and decimal. SHOW WORK

  1. 0xB2
  2. 0x11

Homework Answers

Answer #1
a) 0xB2
HexaDecimal    Binary
-------------------------
0              0000
1              0001
2              0010
3              0011
4              0100
5              0101
6              0110
7              0111
8              1000
9              1001
A              1010
B              1011
C              1100
D              1101
E              1110
F              1111
Use the table to convert each hex digit 4 bit binary
B in binary is 1011
2 in binary is 0010
So, B2 in binary is 10110010

B2 in decimal = 11*16 + 2 = 178

=============================

b) 0x11
1 in hex is 0001
So, 11 in hex = 00010001

11 in decimal = 16*1 + 1 = 17
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to...
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to hexadecimal. Show your work. 3. Convert 11001 from binary to decimal. Show your work. 4. Convert A4B from hexadecimal to binary. Show your work. 5. Convert 1100100 from binary to decimal. Show your work. 6. Convert 15 from decimal to binary. Show your work. 7. Convert 255 from decimal to binary. Show your work. 8. Convert BAC4 from hexadecimal to decimal. Show your work....
Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal
Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356...
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356              b) 658 What decimal value does the 8-bit binary number 10011110 represent if it is on a computer using two’s complement representation? What decimal value does the 8-bit binary number 10110100 have if it is on a computer using two’s complement representation? please show your work for question number 4. thank you.
Convert the binary value 0101 to decimal: Convert the binary value 1001 to decimal: Convert the...
Convert the binary value 0101 to decimal: Convert the binary value 1001 to decimal: Convert the binary value 1010 to decimal: Convert the binary value 1101 1001 to decimal: Convert the binary value 1010 1011 to decimal: Convert the binary value 1110 1100 to decimal: Convert the decimal value 41 to binary: Convert the decimal value 15 to binary: Convert the decimal value 341 to binary: Convert the binary value 1110 1010 to hexadecimal: Convert the binary value 1011 0101...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
convert the binary value 0011011.111 into both a decimal and hexadecimal value​
convert the binary value 0011011.111 into both a decimal and hexadecimal value​
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1c. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work. 1d. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work.