You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Floating Point Number- 2". These 12 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
For interval arithmetic best rounding technique use is ________.
Detailed Solution: Question 1
When multiplicand Y is multiplied by multiplier X = xn-1xn-2 ... x0 using bit- pair recording in Booth’s algorithm, partial products are generated according to the following table:

Q. The partial products for rows 5 and 8 are
Detailed Solution: Question 2
Consider the following floating point format:

Mantissa is a pure fraction is sign-magnitude form.
Q. The decimal number 0.239 x 213 has the following hexadecimal representation without normalization and rounding off
Detailed Solution: Question 3
Consider the following floating point format:

Mantissa is a pure fraction is sign-magnitude form.
Q. The normalized representation for the above format is specified as follows. The mantissa has an implicit 1 preceding the binary (radix) point. Assume that only 0’s are padded in while shifting a field. The normalized representation of the above number (0.239 x 213) is
Detailed Solution: Question 4
The addition of 4-bit, two’s complement, binary numbers 1101 and 0100 results in
Detailed Solution: Question 5
Detailed Solution: Question 6
The following bit pattern represents a floating point number in IEEE 754 single precision format:

The value of the number in decimal form is
Detailed Solution: Question 7
In the IEEE floating point representation the hexadecimal value 0x00000000 corresponds to
Detailed Solution: Question 8
The two numbers given below are multiplied using the Booth’s algorithm.
Multiplicand: 0101101011101110
Multiplier: 0111011110111101
Q. How many additions/Subtractions are required for the multiplication of the above two numbers?
Detailed Solution: Question 9
P is a 16-bit signed integer. The 2’s complement representation of P is (F87B)16. The 2's complement representation of 8*P is
Detailed Solution: Question 10
The smallest integer that can be represent by and 8-bit number in 2’s complement form is
Detailed Solution: Question 11
The n-bit fixed-point representation of an unsigned real number X uses f bits for the fraction part. Let i = n - f. The range of decimal values for X in this representation is
Detailed Solution: Question 12