You are on page 1of 1

Practice Problems

1. Convert the following numbers from decimal to binary using 8-bit two’s compliment number system,
follow the same method shown in the video. Then show that performing twos compliment is
equivalent to arithmetic negation
65 -65
127 -127

2. Perform the following addition on these numbers in binary assuming that all numbers are 8 bit signed
number using two’s compliment number system. Use the two’s compliment to decimal conversion to
validate the result

11111100 + 11111100
11111110 + 00000010
10000000 + 01111111

You might also like