Consider the -bit signed integers and represented using the sign-magnitude form. The binary representations of and are as follows: Which of the following operations to compute result(s) in an arithmetic overflow?
GATE CSE · Digital Logic
Generate GATE-level questions covering binary, decimal, octal, hexadecimal conversions, 1's and 2's complement representation, overflow detection, and range of signed numbers. Include both conceptual and numerical problems.
117 questions · 20 PYQs · 0 AI practice · GATE CSE 2027
🎯 These are sample questions
Just sign in to unlock everything. Free for all students.
Consider the -bit signed integers and represented using the sign-magnitude form. The binary representations of and are as follows: Which of the following operations to compute result(s) in an arithmetic overflow?
The -bit single precision representation of a number is . The number in decimal representation is ________. (rounded off to two decimal places)
Consider the real valued variables and represented using the IEEE singleprecision floating-point format. The binary representations of and in hexadecimal notation are as follows: Let . Which one of the following is the binary representation of , in hexadecimal notation?
In a system, numbers are represented using -bit two's complement form. Consider four numbers and in the system. Which of the following operations will result in arithmetic overflow?
The following two signed 2's complement numbers (multiplicand and multiplier ) are being multiplied using Booth's algorithm: The total number of addition and subtraction operations to be performed is ________. (Answer in integer)
Three floating point numbers are stored in three registers , respectively in IEEE 754 single precision format as given below in hexadecimal: Which of the following option(s) is/are CORRECT?
The number can be represented as 1010 in 4-bit 2's complement representation. Which of the following is/are CORRECT 2's complement representation(s) of ?
Consider a system that uses 5 bits for representing signed integers in 2's complement format. In this system, two integers and are represented as and . Which one of the following operations will result in either an arithmetic overflow or an arithmetic underflow?
Which of the following is/are EQUAL to 224 in radix-5 (i.e., base-5) notation?
The format of a single-precision floating-point number as per the IEEE 754 standard is: Choose the largest floating-point number among the following options.


A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is _____.
Consider the IEEE-754 single precision floating point numbers P=0xC1800000 and Q=0x3F5C2EF4. Which one of the following corresponds to the product of these numbers (i.e., P x Q), represented in the IEEE-754 single precision format?
Consider three floating point numbers A, B and C stored in registers , and , respectively as per IEEE-754 single precision floating point format. The 32-bit content stored in these registers (in hexadecimal form) are as follows. Which one of the following is FALSE?
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?
The format of the single-precision floating point representation of a real number as per the IEEE 754 standard is as follows:
Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?
If and are two decimal digits and , the decimal value of is ___________
Consider the following representation of a number in IEEE 754 single-precision floating point format with a bias of 127. S:1 E:10000001 F:11110000000000000000000 Here, S,E and F denote the sign, exponent, and fraction components of the floating point representation. The decimal value corresponding to the above representation (rounded to 2 decimal places) is ____________.
If the numerical value of a 2-byte unsigned integer on a little endian computer is 255 more than that on a big endian computer, which of the following choices represent(s) the unsigned integer on a little endian computer?
Let the representation of a number in base 3 be 210. What is the hexadecimal representation of the number?
Consider three registers R1, R2, and R3 that store numbers in IEEE-754 single precision floating point format. Assume that R1 and R2 contain the values (in hexadecimal notation) 0x42200000 and 0xC1200000, respectively. If , what is the value stored in R3?
Want unlimited AI-generated Number System questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →