COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

TWOS COMPLEMENT AND FLOATING POINT REPRESENTATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is NOT a disadvantage of fixed point binary numbers?
A
cannot represent the range of numbers
B
cannot represent the accuracy of numbers
C
easier to process
D
None of the above
Explanation: 

Detailed explanation-1: -The main disadvantage of floating point is that the computer has to split its storage space between the mantissa and the exponent. This means that the mantissa can cause rounding errors if not enough room is assigned to it. There has to be a tradeoff between accuracy and the range of numbers that we can represent.

Detailed explanation-2: -First, they can represent values between integers. Second, because of the scaling factor, they can represent a much greater range of values. On the other hand, floating point operations usually are slightly slower than integer operations, and you can lose precision.

There is 1 question to complete.