The format of a single-precision floating-point number as per the IEEE 754 standard is:
| Sign (1 bit) | Exponent (8 bits) | Mantissa (23 bits) |
|---|
Choose the largest floating-point number among the following options.
Consider a system that uses 5 bits for representing signed integers in 2’s complement format. In this system, two integers A and B are represented as A=01010 and B=11010. Which one of the following operations will result in either an arithmetic overflow or an arithmetic underflow?
A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is ____________.
Let R1 and R2 be two 4-bit registers that store numbers in 2's complement form. For the operation R1 + R2, which one of the following values of R1 and R2 gives an arithmetic overflow?
GATE CSE Subjects
Browse all chapters by subject