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: Number Representations- 2". These 20 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.
What is the result of evaluating the following two expressions using three-digit floating point arithmetic with rounding?
(113. + -111.) + 7.51
113. + (-111. + 7.51)
Detailed Solution: Question 1
Let A = 1111 1010 and B = 0000 1010 be two 8-bit 2’s complement numbers. Their product in 2’s complement is
Detailed Solution: Question 2
Using a 4-bit 2's complement arithmetic, which of the following additions will result in an overflow?
i. 1100 + 1100
ii. 0011 + 0111
iii. 1111 + 0111
Detailed Solution: Question 3
Detailed Solution: Question 4
The range of integers that can be represented by an bit 2’s complement number system is:
Detailed Solution: Question 5
Detailed Solution: Question 6
We consider the addition of two 2`s complement numbers A binary adder for adding unsigned binary numbers is used to add the two numbers. The sum is denoted by
and the carry-out byCout .
Which one of the following options correctly identifies the overflow condition?
Detailed Solution: Question 7
The addition of 4-bit, two's complement, binary numbers 1101 and 0100 results in
Detailed Solution: Question 8
Detailed Solution: Question 9
Let r denote number system radix. The only value(s) of r that satisfy the equation
Detailed Solution: Question 10
A processor that has carry, overflow and sign flag bits as part of its program status word (PSW) performs addition of the following two 2's complement numbers 01001101 and 11101001. After the execution of this addition operation, the status of the carry, overflow and sign flags, respectively will be:
Detailed Solution: Question 11
Detailed Solution: Question 12
P is a 16-bit signed integer. The 2's complement representation of P is (F87B)16. The 2's complement representation of
Detailed Solution: Question 13
The smallest integer that can be represented by an 8-bit number in 2's complement form is
Detailed Solution: Question 14
The base (or radix) of the number system such that the following equation holds is____________. 312/20 = 13.1
Detailed Solution: Question 15
Consider the equation (123)5 = (x8)y with x and y as unknown. THe number of possible solutions is ______.
Detailed Solution: Question 16
Consider the equation (43)x = (y3)8 where x and y are unknow. The number of possible solutions is _____
Detailed Solution: Question 17
When two 8-bit numbers complement representation (with A0 and B0 as the least significant bits) are added using a ripple-carry adder, the sum bits obtained are
and the carry bits are . An overflow is said to have occurred if
Detailed Solution: Question 18
The representation of the value of a 16 - bit unsigned integer X in hexadecimal number system is BC A9. The representation of the value of X in octal number system is
Detailed Solution: Question 19
A variable that takes thirteen possible values can be communicated using?
Detailed Solution: Question 20