1
GATE CSE 2023
Numerical
+1
-0

A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is ____________.

Your input ____
2
GATE CSE 2022
MCQ (Single Correct Answer)
+1
-0.33

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?

A
R1 = 1011 and R2 = 1110
B
R1 = 1100 and R2 = 1010
C
R1 = 0011 and R2 = 0100
D
R1 = 1001 and R2 = 1111
3
GATE CSE 2021 Set 2
Numerical
+1
-0
If x and y are two decimal digits and (0.1101)2 = (0.8xy5)10, the decimal value of x + y is ______
Your input ____
4
GATE CSE 2021 Set 2
MCQ (Single Correct Answer)
+1
-0.33

The format of the single-precision floating-point representation of a real number as per the IEEE 754 standard is as follows:

sign

exponent

mantissa


Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?
A
exponent = 00000000 and mantissa = 00000000000000000000001
B
exponent = 00000001 and mantissa = 00000000000000000000000
C
exponent = 00000001 and mantissa = 00000000000000000000001
D
​exponent = 00000001 and mantissa = 000000000000000000000001
GATE CSE Subjects
Software Engineering
Web Technologies
EXAM MAP