1. Information being transmitted is encoded in decimal format.
Answers
Answered by
2
Decimals are stored as floating points . A 32 bit floating point consists of 23 precision bits, one sign bit, and 8 magnitude bits. The number is written the same as scientific notation but instead of a*10^b, it is a*2^b. This is why we say floats have a limited precision but can be super big.
Similar questions