Search for question
Question

4) Subtract 348DECIMAL from 48DECIMAL using 9-bit two's complement arithmetic (i.e. 48-348):

Convert each decimal number to binary, perform negation on the subtrahend, and then

use addition.

Check your answer using base-10 math.

• Did 9-bit two's complement overflow occur?

• Be very careful with this problem! :)

(4 points)

Fig: 1