IEEE Convert Flashcards
_____ __________ solves the problem of positive and negative 0
Two’s complement
In one’s complement if you have an extra bit in the most significant bit area you should
add it to the result
IEEE single precision has _ sign bit, __ exponent bits, and __ (fraction) bits for the mantissae
1 sign bit, 8 exponent bits, and 23 (fraction) bits for the mantissae
IEEE double precision has _ sign bit, __ exponent bits, and __ (fraction) bits for the mantissae
1 sign bit, 11 exponent bits, and 52 fraction bits for the mantissae
T/F - Precision deals with how much information we have about a value and the amount of information used to represent a value
True
T/F
Octal starts from 1,2,3,4,5,6,7,8,
False
T/F
Hexadecimal starts from 1,2,3,4,5,6,7,8,9,A,B,C,D,E,…
False
How many bits are used to store a single precision number? How many to store a double precision number?
32 and 64
T/F - If the sum of 2 positive numbers yields a negative result, the sum has overflowed
True
T/F - If the sum of 2 negative numbers yields a positive result, the sum has overflowed
True