The range of representable normalized numbers in the floating point binary fractional representation in a 32-bit word with 1-bit sign, 8-bit excess 128 biased exponent and 23-bit mantissa is
Consider the values A = 2.0 x 1030, B =-2.0 x 1030, C= 1.0, and the sequence
X: = A + B Y: = A + C
X: = X + C Y: = Y + B
executed on a computer where floating-point numbers are represented with 32 bits. The values for X and Y will be