In: Electrical Engineering
Gives the following four numbers:
a.01101010 b.11110001 c.10001000 d.00100010
then answer the questions:
(i) What's the decimal value of each signed binary number in the
sign-magnitude
form?
(ii) What's the decimal value of each signed binary number in the
1’s complement
form?
(iii) What's the decimal value of each signed binary number in the
2’s complement
form?
(iv) Perform a + b in the 2’s complement form.
(v) Perform d – c in the 2’s complement form.
(vi) Multiply a by b in the 2’s complement form.
(vii) Divide c by d in the 2’s complement form.