answersLogoWhite

0

What normalisation used in IEEE- 754 standard?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What normalisation used in IEEE- 754 standard?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What normalisation is used in IEEE 754 format?

none, it uses denormalization.


How many digit can be accurately stored in a float base on IEEE standard 754?

6


How many decimal digits can be obtained for precision from the IEEE Standard 32 bit floating point representation?

Firstly, IEEE is not a standard, it is an organisation (the Institute of Electrical and Electronics Engineers). The IEEE Standards Organisation is responsible for the standardisation activities of the IEEE. As such, there are many IEEE standards.There are two official IEEE standards covering 32-bit binary values:IEEE 754-1985 (single)IEEE 754-2008 (binary32)IEEE 754-2008 single-precision binary floating-point format: binary32The high-order bit always denotes the sign (0 for positive, 1 for negative).The next 8 bits denote the exponent. This can either be notated in twos-complement (-128 to +127) or 127-biased (0 to 255). IEEE 754-2008 (binary32) uses the 127-biased form.The low-order 23 bits denote the normalised mantissa. There's actually 24 bits in the mantissa but the high-order bit is always 1 and can therefore be implied rather than stored.The decimal precision that can be obtained from an IEEE 754-2008 (binary32) value is usually in the order of 6 to 9 digits of precision, depending on the implementation.


When rounded to the nearest thousands you become 600000?

Yu cound be any number in the interval [599500, 600500]. [Rounding halves to evens as per IEEE standard 754.]


What is 10.245 rounded to the nearest hundredth?

10.25


When this 3 - digit number is rounded to the nearest ten the sum of its digits is 16 The hundreds digit of this number is 8 and the ones digit is 5 What is the number?

It is 875.It can be 875 or 885. Using the round-half-to-even method, as required by IEEE Standard 754, both would be rounded to 880.


What is the minimum and maximum size of the exponent in a floating point number?

The exponent field for a float data type according to the IEEE-754 Standard is comprised of 8 bits, a whole number range of 0-255.


What is 7525 rounded to the tens?

7520. Many schools always round 5 up so the answer would be 7530. However, the answer given at the top is consistent with IEEE standard 754 (Institute of Electronic and Electrical Engineers): round ties to even.


Is 3.45 rounds to 3.4?

Yes, but many school teachers will , naively (and ignorant of IEEE 754), require it to be rounded up to 3.5.


What has the author Arunkumar V Rajanala written?

Arunkumar V. Rajanala has written: 'IEEE 754 single precision standard compatible floating point processor implemented using silicon compiler technology' -- subject(s): Floating-point arithmetic, Microprocessors


What is 25.05 rounded 1 decimal place?

According to IEEE standard, which requires rounding to an even digit, it is 25.0 but the schools teach you always to round 5 up This is despite the fact that this method introduces an upward bias in the data and is, therefore, inappropriate.


What are the three parts of a floating-point number?

Assuming you're asking about IEEE-754 floating-point numbers, then the three parts are base, digits, and exponent.