Talent Acceleractor Assignment 1
Talent Acceleractor Assignment 1
1. Decimal to Binary:
15927
a) 1592710 = =¿ 7963 remainder 1
2
15927
=3981 with remainder 1
2
3981
= 1990 with remainder 1
2
1990
=¿995 with remainder 0
2
995
= 497 with remainder 1
2
497
=¿ 248 with remainder 1
2
248
= 124 with remainder 0
2
124
=¿ 62 with remainder 0
2
62
=31with remainder 0
2
31
=15with remainder 1
2
15
= 7 with remainder 1
2
7
= 3 with remainder 1
2
3
=¿1 with remainder 1
2
1
=0with remainder 1
2
The binary number for 1592710 is 11111000110111
8/2 = 4, remainder 0
c) 68321 base 10
68321 / 2 = 34160 with remainder 1
66 / 2 = 33 with remainder 0
33 / 2 = 16 with remainder 1
16 / 2 = 8 with remainder 0
8 / 2 = 4 with remainder 0
4 / 2 = 2 with remainder 0
2 / 2 = 1 with remainder 0
1 / 2 = 0 with remainder 1
=256+128+0+0+16+8+0+0+1
=409
Hence the decimal of binary number 110011001 is 409
b) 111100 base 2
1×25 +1 ×2 4 +1× 23+ 1× 22+0×21 +0 × 20
1×32+1 ×16+ 1× 8+0 × 4+0 × 2+0 ×1
32+16+8+4+0+0 =60
Therefore the decimal number of binary 111100 base 2 is 60
c) 11011011001 base 2
1×210 +1 ×29 +0 × 28+ 1× 27+ 1× 26+ 0 ×25 +1× 24 +1 ×23 +0 × 22+ 0× 21+ 1× 20
=1
×1024 +1× 512+0 ×256+ 1×128 +1× 64+0 × 32+ 1× 16+1 ×8+0 × 4+ 0 ×2+1 ×1
1024+512+0+128+64+0+16+8+0+0+1
=1753
Therefore the decimal number of binary 11011011001 is 1753
3. Binary-hex conversions
a) 1101
From the table 1101=D