For each statement below select which number format it could…
For each statement below select which number format it could be true for: 2’s complement, sign-magnitude, unsigned, all formats, or no formats. It cannot represent negative values [1] To perform X – Y we can perform normal binary addition of X and (-Y) [2] For a given number of bits, the absolute value of the most negative number it can represent is equal to the largest positive number it can represent [3] A zero in the most significant bit means that the value is non-negative [4]
Read DetailsThe IEEE floating point format is a [frmt] format. The IEEE…
The IEEE floating point format is a [frmt] format. The IEEE 32-bit floating point format dedicates 1-bit to sign, 8-bits to exponent, and 23-bits to the significand (mantissa). If it had instead dedicated 9-bits to exponent and 22-bits to significand [cons]
Read Details