Question

if hexadecimal number FA16 represent a signed number in two compliments, what the decimal representation of...

if hexadecimal number FA16 represent a signed number in two compliments, what the decimal representation of that number? include the sign for that number with no spaces between the number and sign.

Homework Answers

Answer #1

The given hexadecimal number is:

= FA16

The base of the hexadecimal number system is 16 and this number system uses the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F.

In binary representation, a hexadecimal digit is represented by using a group of four-digit from right to left.

The equivalent binary number is:

= 1111101000010110

The MSB of the above binary number is 1, so this is a negative number.

We needs to do the two's complement of the above number to get the actual number.

The two's complement of the above number is:

0000010111101010

The decimal equivalent of the above binary number is:

= 1x210 + 0x29 + 1x28 + 1x27 + 1x26 + 1x25 + 0x24 + 1x23 + 0x22 + 1x21 + 0x20

= 1514

The actual number is = -1514

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.
Part 2: Signed values: Convert each as indicated. 10. Hexadecimal to decimal (signed magnitude) a. 88...
Part 2: Signed values: Convert each as indicated. 10. Hexadecimal to decimal (signed magnitude) a. 88 b. EC
Express the decimal number (-37)10 as an 8-bit 2's complement binary number. Given the two signed...
Express the decimal number (-37)10 as an 8-bit 2's complement binary number. Given the two signed binary numbers (2's comp.) X = -8 and Y = 14, what is their sum? What is the BCD representation of the decimal value (9371)10?
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.
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can...
1a) 0xCAFE can be written in decimal (base 10) as: 1b) The decimal number -94 can be expressed (in 8 bits) Using signed magnitude representation as: Using one's complement representation as: Using two's complement representation as: Using excess-M representation (with the appropriate value of M) as: 1c) Using the simple floating point model (1-bit sign, 5-bit biased exponent, and 8-bit significand), the number -0.125 (decimal) can be expressed as: (Do not use spaces or any English text. Provide only the...
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for...
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for the bit-pattern representing −∞−∞. Give the hexadecimal representation for the bit-patterns representing +0 and -1. Give the decimal value for the floating point number represented by the bit-pattern 0xcb0. Give the decimal value for largest finite positive number which can be represented? Give the decimal value for the non-zero negative floating point number having the smallest magnitude. What are the smallest and largest magnitudes...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must be in HEX. SHOW WORK PLEASE. 2. Given Hexadecimal 0x3F300000, convert it to decimal number if it is a single precision floating point number. SHOW WORK PLEASE.
number theory Find a) the last two digits in the decimal representation of 3^86 b) the...
number theory Find a) the last two digits in the decimal representation of 3^86 b) the last units digit in the decimal representation of 7^55
What is the 16-bit binary representation (in hexadecimal using lower-case letters, e.g., 0x39ab) of -13 1/4...
What is the 16-bit binary representation (in hexadecimal using lower-case letters, e.g., 0x39ab) of -13 1/4 (base 10) when represented as an IEEE 16-bit floating-point number? The IEEE 16-bit floating-point representation uses formulae consistent with those for the 32bit single-precision representation, except for using 5 bits for the exponent (instead of 8 in the case of the 32-bit representation) and a bias of 15.
If the word length is 4 binary bits (including sign), what decimal number does 1001 represent...
If the word length is 4 binary bits (including sign), what decimal number does 1001 represent in a. in sign and magnitude? b. in 2’s complement?
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT