answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does a computer represent floating point numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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).


Real numbers are encoded using the what technique in computer?

I believe it is the floating-point.


What did the z-1 computer do?

Type your answer here... the Z1 was used for tracking the Binary floating point numbers. 


What does the acronym FPU represent?

Floating Point Unit


How do you represent floating point number in microprocessor?

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.


How many different formats of floating point numbers are there?

10000


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.


Was the Z1 a mechanical or electronical computer?

mechanical, but it did do floating point arithmetic.


What could the Z1 computer do?

The Z1 introduced the computer architecture on which modern computers are designed. The device was used to perform decimal floating point calculations during WWII.


What function in c plus plus that only accept numbers?

All data is digital in a digital computer -- the numbers are merely an abstraction for real objects, even if those objects are non-numeric (such as people, animals, cars, etc). However, functions that accept actual numbers typically accept int, long, short or char arguments to represent whole numbers (integer values), float or double to represent real numbers (floating point values), or complex data types that are intrinsically numeric, such as std::complex objects.


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

balls


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.