Two's Complement Method

Notes about the $2$'s complement method:

Fun Activity №1: Represent the following in $8$-bit, $2$'s complement format: (1) $9_{10}$ (2) $-9_{10}$ (3) $-17_{10}$.

Fun Activity №2: Represent the following $2$'s complement numbers as decimal numbers: (1) $01001011_{2}$ (2) $11010010_{2}$ (3) $10000000_{2}$.

Let's now see how to add numbers in $2$'s complement format.