Question

1. What is the decimal expansion of the number with hexadecimal expansion (2AC)? Answer the integer....

1. What is the decimal expansion of the number with hexadecimal expansion (2AC)? Answer the integer.

2. Convert the binary expansion 10011000011 to hexadecimal expansion.

Homework Answers

Answer #1

Part 1 :
2AC:

In decimal = C* 160 + A*161 +2*162
  = 12* 160 + 10*161 +2*162 [ As C=12 and A=10 ]
=12*1 +10*16+2*256
=684

Therefore, 2AC in decimal = 684

Part 2:

10011000011
Split it into parts such that eah part contains 4 bits.
100 1100 0011 [ As first contains only 3 bits so we can append 1 bit as 0 so its valuse will remain the same and we will have four bits as well]
100 1100 0011 = 0100 1100 0011
Now convert each four bits into hexadecimal [ i.e.  0011 = 3, 1100 =12 =C and 0100 =4 ]
Therefore, in hexadecimal = 4C3

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
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.
1-What is the decimal number of the binary numbers (101111)2? 2-What is 123 in BCD code?...
1-What is the decimal number of the binary numbers (101111)2? 2-What is 123 in BCD code? 3-Convert the binary (10101011101)2 into octal and hexadecimal? 4-What is 2's complement of (1101110)2? 5-Convert the decimal number 152.25 into binary?
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
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​
convert 37.2410 into octal,binary and hexadecimal number
convert 37.2410 into octal,binary and hexadecimal number
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 each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to...
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to 7 bits to the right of the decimal and be sure to appropriately round the 7th bit. (f) 250.8
EE 263 Homework Assignment 1    Perform the following conversions: Convert 51 (decimal) to binary and...
EE 263 Homework Assignment 1    Perform the following conversions: Convert 51 (decimal) to binary and to hex Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal Find the 2’s complement of the following 4-bit numbers 1101 0101 Perform the following 4-bit unsigned operations. For each, indicate the 4-bit result and the carry bit, and indicate if the answer is correct or not. 5 + 8 2 + 12 13 – 7 4...
Convert 1101 0001 1100 0011 binary to decimal (value is a 16-bit integer). The answer is...
Convert 1101 0001 1100 0011 binary to decimal (value is a 16-bit integer). The answer is -11837 but I would like the work to be shown, please
Question 6: Convert BCD 1001 0011 to decimal Question 7: Convert hexadecimal AA to decimal Question...
Question 6: Convert BCD 1001 0011 to decimal Question 7: Convert hexadecimal AA to decimal Question 8: What is the 2’s complement of (01001110)2? Question 9: How is – 1510 represented in eight-bit 2’s complement notation? Question 10: How is – 11210 represented in eight-bit 2’s complement notation? Question 11: Solve the binary arithmetic problem: (00010111)2 + (00101001)2 Question 12: Solve the binary arithmetic problem: (1010)2 - (0100)2 Question 13: Solve the following problem: (01110000)2 - (00011000)2 Question 14: Solve...