SLR 13 Flashcards
what is the mantissa
the actual number in a floating point binary expression
what is the exponent
the position of the binary point in a floating point binary expression
one advantage of fixed point binary over floating point binary
you do not need more memory space to store the position of the binary point
one advantage of floating point binary over fixed point binary
you can decide between precision or range, and can get a higher level of either
EQ: how is range and precision of numbers held in floating point binary affected by the number of bits allocated to mantissa and exponent
More bits allocated to the exponent results in a higher range, but more allocated to mantissa means a higher precision
Why is ASCII character set unsuitable for the modern world
As it is only cable of representing 2^8, or 128 different characters, and many languages use different alphabets with more characters.