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
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...
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...
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?
If a client refuses to furnish a signed management representation letter, what is the impact on...
If a client refuses to furnish a signed management representation letter, what is the impact on the auditor’s report on the client’s financial statements?  
Using the 32-bit binary representation for floating point numbers, represent the number 10111001100112 as a 32...
Using the 32-bit binary representation for floating point numbers, represent the number 10111001100112 as a 32 bit floating point number.
Find the internal representation of the following decimal number in the Single Precision Floating Point format...
Find the internal representation of the following decimal number in the Single Precision Floating Point format of the value: -17.6 Non-terminating fractions should be carried out 6 places. You will show the different steps involved in this transformation by filling out the fields below. The value 17 in binary is ___ 2 (no leading or trailing zeroes). The value .6 in binary is ____ 2 (complete to 6 places) Normalized fraction: 1.____ 2 x 2Exponent. Exponent=_____. Biased Exponent in Binary:...
Show the negative and positive number for decimal number 86 in base-6 using the signed-magnitude and...
Show the negative and positive number for decimal number 86 in base-6 using the signed-magnitude and signed-radix-complement number systems, given 5 positions for integer part with no fraction part. Positive number in signed-magnitude base-6: Negative number in signed-magnitude base-6: Positive number in signed-radix-complement base-6: Negative number in signed-radix-complement base-6: