1 - Number Systems Homework
1 - Number Systems Homework
a. 1 0 1 1 1 0 1 1
b. 0 0 1 1 1 1 0 0
c. 1 1 0 0 0 1 1 1
d. 0 0 1 1 1 1 1 1
[4]
6. Change the following numbers into 8 bits Two’s Complement:
i. +45 [1]
ii. -38 [1]
iii. -128 [1]
iv. +127 [1]
AS Computer Science
8. An 8 bit number is used to hold binary numbers. What is the largest and smallest number that can be
represented in Two’s Complement? [2]
9. Convert the following denary numbers to 8-bit binary numbers using Two’s Complement notation:
i. 102 [1]
ii. -35 [1]
iii. -48 [1]
10. Showing your (binary) working out and using 8-bit Two’s Complement form calculate:
i. 125-56 [3]
ii. 108-34 [3]
iii. 72-45 [3]
11. Convert each of the following Two's Complement representations to its equivalent decimal
representation:
i. 00011 [1]
ii. 11111 [1]
iii. 11100 [1]