Question

How to find the largest denormalized number of 16 bit? The answer I found is 0x00FF....

How to find the largest denormalized number of 16 bit? The answer I found is 0x00FF. However, I just dont get it. Can someone explain please

Also why is that in 16 bit, a value of negative infinity is 0xFF00?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

When you are using 16 bit number as per the format, leftmost single bit is used to decide positive or negative number. When this leftmost bit is 1, it indicates negative number and setting this bit to 0 will represent positive number. After this bit, next 7 bits are used for exponent and then rightmost 8 bits are used for mantissa.

Denomalized number is used when the digit to be represented is so low that it cannot be fit into normalized representation with correct precision because in normalized representation, we write the number as 1.f x 2e , where f is the fractional part and e is the exponential part. However normalized representation requires 1 to be present before decimal. However if number is so low that it cannot be represent precisely by keeping 1 before decimal point without loosing precision then denomalized representation is used which represent the number in format 0.f x 2e.

Therefore the highest number that is used for denomalized representation is when fraction part f contains all 1 and exponent e is zero. Any increment to this number will use normalized representation.

So in 16 bit representation, where we have 8 bits for mantissa, we will set all these bits to 1 to represent fractional part and then 7 bit exponent will be 0 and also since it is a positive number, so leftmost bit will be 0. Hence the largest denomalized number will be 0x00FF.

Infinity is represented by keeping every bits in exponent field set to 1 and every bits in mantissa set to 0. If it is a positive infinity then leftmost bit will be 0 and it it is a negative infinity then leftmost bit will be 1.

Hence positive infinity will be represented as 0x7F00 and negative infinity will be represented as 0xFF00.

Please comment for any clarification

Add a comment
Know the answer?
Add Answer to:
How to find the largest denormalized number of 16 bit? The answer I found is 0x00FF....
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Briefly explain: why are the 8-bit number 0xFF and the 16-bit number 0xFFFF equal when each...

    Briefly explain: why are the 8-bit number 0xFF and the 16-bit number 0xFFFF equal when each is considered as a 2's complement value?

  • I am a bit confused on how to turn P(z < -2.29) into a real number....

    I am a bit confused on how to turn P(z < -2.29) into a real number. Can someone show me how to enter this into a calculator or how to calculate it?

  • Can someone explain to me how to solve these. I dont understand how these answers are correct. II. (16/100) Which struct...

    Can someone explain to me how to solve these. I dont understand how these answers are correct. II. (16/100) Which structures represent likely products of the following reactions? Circle the letters corresponding to the structures of your choice. Each wrong answer will receive negative points. NC - ایک عام سا محلاه بعد - پوس-HC | ء Br , H2O H3CH2COH-3-2 methylene H CH H- CH, HgCCHCH CECHCH HgCHCCH CH3

  • . 2.1 a.  Find the 16-bit 2’s complementary binary representation for the decimal number 1987. b.   Find...

    . 2.1 a.  Find the 16-bit 2’s complementary binary representation for the decimal number 1987. b.   Find the 16-bit 2’s complementary binary representation for the decimal number −1987. What are the 16-bit 1’s and 2’s complements of the following binary numbers? a.   10000 b.   100111100001001 Convert the decimal number 19557 to floating point. Use the format SEEMMMM. All digits are decimal. The exponent is stored excess-40 (not excess-50). The implied decimal point is at the beginning of the mantissa. The sign...

  • 2.1 a. Find the 16-bit 2’s complementary binary representation for the decimal number 1987. b. Find...

    2.1 a. Find the 16-bit 2’s complementary binary representation for the decimal number 1987. b. Find the 16-bit 2’s complementary binary representation for the decimal number −1987. What are the 16-bit 1’s and 2’s complements of the following binary numbers? c. 10000 d. 100111100001001 Convert the decimal number 19557 to floating point. Use the format SEEMMMM. All digits are decimal. The exponent is stored excess-40 (not excess-50). The implied decimal point is at the beginning of the mantissa. The sign...

  • Consider a hypothetical microprocessor generating a 16-bit address (for example, assume that the...

    Consider a hypothetical microprocessor generating a 16-bit address (for example, assumethat the program counter and the address registers are 16 bits wide) and havinga 16-bit data bus.a. What is the maximum memory address space that the processor can access directlyif it is connected to a “16-bit memory”?b. What is the maximum memory address space that the processor can access directlyif it is connected to an “8-bit memory”?c. What architectural features will allow this microprocessor to access a separate“I/O space”?d. If...

  • I am having trouble understanding how the value for k3 is found in this problem. I...

    I am having trouble understanding how the value for k3 is found in this problem. I understand the rest of the problem. If someone could explain the part to me instead of just copying and pasting the solution that would be great. Three springs and a mass are attached to a rigid, weightless bar PQ as shown in Fig. Find the natural frequency of vibration of the system. k2 ki

  • 1. What is the largest decimal number we can represent with a 16 bit two's complement...

    1. What is the largest decimal number we can represent with a 16 bit two's complement number? 2. Convert the following signed binary numbers to decimals. 11001         010011            1110100            1100111           3. Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow. 7 + 13 Two's complement/binary number for 7: Two's complement/binary number for 13: Sum: Overflow? 4. Convert the following decimal numbers to 6-bit two's complement binary numbers...

  • Please help with the these questions, I have the main idea but just need a bit...

    Please help with the these questions, I have the main idea but just need a bit more insight? 1. A common argument against outcomes research is it limits health care. Explain why someone making this argument needs to be more specific. 2. Outcomes research is full of problematic theoretical issues. Explain how even the simplest evaluation method, cost identification analysis, is subjective and the use of this method can result in different outcomes for the same treatment among different studies....

  • I was playing with OWASP Mutillidae II and in one page I've found one vulnerability. In...

    I was playing with OWASP Mutillidae II and in one page I've found one vulnerability. In the address bar I've wrote something like : 127.0.0.1/.../?page=text-file-viewer.php/"><script>alert("test");</script> the code work fine, but I don't have understand why? I explain better, I know what happen if I put this code in an input form, but I don't know what the address bar do! Surely I'm very inexpert and I' dont have a deeply knowledge of the most basic mechanism of a web brower,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT