answersLogoWhite

0


Best Answer

It is somewhat complicated (search for the IEEE floating-point representation for more details), but the basic idea is that you have a few bits for the base, and a few bits for the exponent. The numbers are stored in binary, not in decimal, so the base and the exponent are the numbers "a" and "b" in a x 2b.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you represent floating point number in microprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How are floating point numbers handled as binary numbers?

Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).


What is the mantissa of a floating point number?

The mantissa - also known as a significand or coefficient - is the part of a floating-point number which contains the significant digits of that number. In the common IEEE 754 floating point standard, the mantissa is represented by 53 bits of a 64-bit value (double) and 24 bits of a 32-bit value (single).


What is radix in floating point representation?

In all number bases, the radix simply represents the point that separates the integer component from the fractional component in a real number. In decimal notation, the radix is more commonly called a decimal point.


Square root of a double complex number?

Do you mean like a double floating point number, which is a complex number; or a double matrix type number like in the related link on springerlink.com


How can the decimal real number 1385.58 be represented as a 6-digit integer in floating point notation?

138558 x 10-2

Related questions

What is FPU?

An FPU or floating point unit is the part of the microprocessor that does math.


How are floating point numbers handled as binary numbers?

Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).


How does a computer represent floating point numbers?

In Computing, Floating Point refers to a method of representing an estimate of a real number in a way which has the ability to support a large range of values.


What does the acronym FPU represent?

Floating Point Unit


What are the types of microprocessor register?

Microprocessor consists of different types of registers. They special purpose registers, general purpose registers, address registers, floating point registers and constant registers.


What is another term for the CPU?

Central Processing Unit, processor, microprocessor, computer brain, floating-point-calculator, integer calculator, core, etc They can be called a lot of things, but CPU, processor and microprocessor are the big three.


What are the 3 parts of a floating part number?

If you mean floating point number, they are significand, base and exponent.


In your C plus plus program when you enter a decimal for the wholesale price 7.99 for example your program just keeps repeating the next cout line indefinately how do you make it stop?

If your program is looping based on a floating point value, you need to consider that floating point values do not exactly represent the intended decimal value. Any program that makes decisions based on the value of a floating point number must consider truncation error.For instance, 0.110 is 0.00011001100110011...2. Since a floating point register cannot represent an infinite number of bits, this might actually be something else, such as 0.09999999999710, depending on your particular resolution.


Represent (178.1875)10 in single and double precision floating point format?

balls


Is floating point is exponentional number?

Yes.Yes.Yes.Yes.


What is the floating point unit used for on the processor system?

"Floating Point" refers to the decimal point. Since there can be any number of digits before and after the decimal, the point "floats". The floating point unit performs arithmetic operations on decimal numbers.


What is the mantissa of a floating point number?

The mantissa - also known as a significand or coefficient - is the part of a floating-point number which contains the significant digits of that number. In the common IEEE 754 floating point standard, the mantissa is represented by 53 bits of a 64-bit value (double) and 24 bits of a 32-bit value (single).