-
The maximum positive and negative numbers that can be represented in ones complement using n-bits are respectively—
-
- + (2n – 1 – 1) and – (2n – 1 – 1)
- + (2n – 1 – 1) and – 2n – 1
- + 2n – 1 and – (2n – 1 – 1)
- None of these
Correct Option: A
The maximum positive and negative numbers in 1's complement form is given as + (2n – 1 – 1) and – (2n – 1 – 1)