Exercise
Using a 4 bit twos complement system, what’s the
- Largest +ve number ,
- Lowest -ve number
That can be represented?
Solution
Notice that +ve numbers have a MSB of 0 and –ve numbers have a MSB of 1.
Therefore,
the largest magnitude +ve number is 01112 which is 7, and,
the largest magnitude –ve number is 1000 which is -8.
© 2023 Vedesh Kungebeharry. All rights reserved.