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- 1". These 10 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.
Detailed Solution: Question 1
Booth’s coding in 8-bits for the decimal number - 57 is ________ .
Detailed Solution: Question 2
Booth’s algorithm for integer multiplication gives worst performance when the multiplier pattern is
Detailed Solution: Question 3
Consider the following floating point number representation.

The exponent is in 2’s complement representation and mantissa is in the sign-magnitude representation. The range of the magnitude of the normalized numbers in this representation is
Detailed Solution: Question 4
Considerthe values A = 2.0 x 1030, B = -2.0x1030, C = 1.0 and the sequence. What will be the values of X and Y if the following sequence of statements are carried out

Detailed Solution: Question 5
Detailed Solution: Question 6
The 2’s complement representation of the decimal value - 15 is
Detailed Solution: Question 7
Detailed Solution: Question 8
Assuming all numbers are in 2’s complement representation, which of the following numbers is divisible by 11111011?
Detailed Solution: Question 9
The following is a scheme for floating point number representation using 16 bits.

Let s, e, and m be the numbers represented in binary in the sign, exponent, and mantissa fields respectively. Then the floating point number represented is

What is the maximum difference between two successive real numbers representable in this system?
Detailed Solution: Question 10