I'm supposed to convert the following negative numbers to 8-bit binary using both (i) ones complement, and (ii) twos complement:
- -76
- -203
- -18
- -177
I know how to do -76 and -18...
• -76
In binary (positive): 01001100
i) 10110011
ii) 10110100
• -18
In binary (positive): 00010010
i) 11101101
ii) 11101110
But I don't know how to approach the other two since the range for 8 bits is -128 and 127... Heeelppp
Thanks in advance