0/4
0
0
Save Progress
Show Timer
Qn #2040
00:00
Floating point numbers in a computer are represented using a 10-bit mantissa (including a sign bit) a 7-bit exponent (including a sign bit). What is the approximate value of the maximum number, which can be represented? Assume that the mantissa is stored in the normalized form, that is, without leading zeroes.
Qn #1491
Consider the values A = 2.0 × 1030, B = -2.0 × 1030 C = 1.0. Assume, that the floating point numbers
are represented with 32 bits. What are the values of X and Y, when the following sequence of operations are executed on a computer?
X = A + B
Y = A + C
X = X + C
Y = Y + B
Qn #1225
The representation of a floating point binary number +1001.11 in 8 bit fraction and 6 bit exponent format is
Qn #1084