TD 1
TD 1
2. Convert the preceding decimal numbers to hexadecimal (base 16) then to octal (base 8).
5. For the following integers, represented in signed binary format (2's complement) on 6
bits, give the decimal value:
a. 001111
b. 110001
6. For the following integers, represented in decimal, give the representation in signed
binary format (two's complement) with the minimum number of bits:
a. +35
b. -35
7. For the following real numbers, represented in signed binary format (2's complement),
give the decimal value:
a. 00100101.111
b. 11011011.101
8. For the following real numbers, represented in decimal, give the representation in
signed binary format (two's complement) with the minimum number of bits:
a. +11.5
b. –15.625
10. Write the two numbers -35 and 25 (base 10) in binary, then perform the sum and the
multiplication of these two numbers in binary.
11. In fixed-point, decode the binary number 11.011 then code in binary the real 11.625