Computer Science, asked by VaibhavGupta79, 12 hours ago

In what ways are fixed point numbers represented? Explain.​

Answers

Answered by Chandraaditya53
3

Answer:

In computing, fixed-point refers to a method of representing fractional (non-integer) numbers by storing a fixed number of digits of their fractional part. Dollar amounts, for example, are often stored with exactly two fractional digits, representing the cents (1/100 of dollar).

Answered by samikshaa28
1

Explanation:

In fixed point notation, there are a fixed number of digits after the decimal point, whereas floating point number allows for a varying number of digits after the decimal point. This representation has fixed number of bits for integer part and for fractional part

Similar questions