...
Basics
August 26, 2024
C-Programming
August 27, 2024
Basics
August 26, 2024
C-Programming
August 27, 2024

ISRO CS 2015

Question 2
The range of integers that can be represented by an n bit 2’s complement number system is:
A
– 2n – 1 to 2n – 1 – 1
B
– (2n – 1 – 1) to (2n – 1 – 1)
C
– 2n – 1 to 2n – 1
D
– (2n – 1 + 1) to (2n – 1 – 1)
Question 2 Explanation: 
In 2’s complement numbers, the range of integers are from -2n-1 to 2n-1 – 1
Correct Answer: A
Question 2 Explanation: 
In 2’s complement numbers, the range of integers are from -2n-1 to 2n-1 – 1

Leave a Reply

Your email address will not be published. Required fields are marked *