You are on page 1of 2

Name:

2.6 Data representation - Number


Convert these denary numbers to 8-bit binary numbers.

Denary Binary Denary Binary

10 0

4 255

43 64

152 128

17 127

Convert these binary numbers to denary:

Binary Denary Binary Denary

01101011 11111110

11001100 01111111

01010101 00001111

00011100 10000001

00100100 10010110
Name:

2.1.4 (d) Adding binary numbers

Add up the following 8-bit binary numbers

a. 00000001 b. 10001000
00000010 00001000
________ ________

________ ________
c. 01010101 d. 00111101
00011010 01001011
________ ________

________ ________

Dealing with overflow


Add up the following 8-bit binary numbers and indicate where overflow has occurred

a. 11100011 b. 11111111
11101010 00001111
________ ________

________ ________

You might also like