Computer Science, asked by manishmali93, 7 months ago

3) Which number representation used to represent fractional number?
(a) Signed Integer Representation (c) Floating Point number representation
(b) 1's complement method
(d) Unsigned Integer Representation​

Answers

Answered by AdityaTheGreatLion
1

Answer:

In my views the option c is the correct answer.

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