1. Convert the following Binary Numbers into decimal Numbers.
a.1101
b.11101
c. 10101
2. Convert the following decimal Numbers into Binary Numbers.
a. 27
2 | 27 | |
2 | 13 | 1 |
2 | 6 | 1 |
2 | 3 | 0 |
2 | 1 | 1 |
2 | 0 | 1 |
2710=110112
2 | 65 | |
2 | 32 | 1 |
2 | 16 | 0 |
2 | 8 | 0 |
2 | 4 | 0 |
2 | 2 | 0 |
2 | 1 | 0 |
2 | 0 | 1 |
2 | 90 | |
2 | 45 | 0 |
2 | 22 | 1 |
2 | 11 | 0 |
2 | 5 | 1 |
2 | 2 | 1 |
2 | 1 | 0 |
2 | 0 | 1 |
2 | 122 | |
2 | 61 | 0 |
2 | 30 | 1 |
2 | 15 | 0 |
2 | 7 | 1 |
2 | 3 | 1 |
2 | 1 | 1 |
2 | 0 | 1 |
2 | 164 | |
2 | 82 | 0 |
2 | 41 | 0 |
2 | 20 | 1 |
2 | 10 | 0 |
2 | 5 | 0 |
2 | 2 | 1 |
2 | 1 | 0 |
2 | 0 | 1 |
2 | 125 | |
2 | 62 | 1 |
2 | 31 | 0 |
2 | 15 | 1 |
2 | 7 | 1 |
2 | 3 | 1 |
2 | 1 | 1 |
2 | 0 | 1 |
12510 = 11111012
2 | 255 | |
2 | 127 | 1 |
2 | 63 | 1 |
2 | 31 | 1 |
2 | 15 | 1 |
2 | 7 | 1 |
2 | 3 | 1 |
2 | 1 | 1 |
2 | 0 | 1 |
25510 = 111111112
H. 456
2 | 456 | |
2 | 228 | 0 |
2 | 114 | 0 |
2 | 57 | 0 |
2 | 28 | 1 |
2 | 14 | 0 |
2 | 7 | 0 |
2 | 3 | 1 |
2 | 1 | 1 |
2 | 0 | 1 |
45610 = 1110010002
3.Convert the following octal numbers into decimal Numbers.
A.245
2458=(2×82)+(4×81)+(5×80)
2458=128+32+5
2458=16510
B. 324
3248=(3×82)+(2×81)+(4×80)
3248=192+16+4
3248=21210
C. 650
6508=(6×82)+(5×81)+(0×80)
6508=384+40+0
6508=42410
D. 1027
10278=(1×83)+(0×82)+(2×81)+(7×80)
10278=512+0+16+7
10278=53510
E. 3654
36548=(3×83)+(6×82)+(5×81)+(4×80)
36548=1536+384+40+4
36548=196410
F. 1456
14568=(1×83)+(4×82)+(5×81)+(6×80)
14568=512+256+40+6
14568=81410
G. 437
4378=(4×82)+(3×81)+(7×80)
4378=256+24+7
4378=28710
4. Convert the following decimal numbers into octal numbers.
A. 809
8 | 809 | |
8 | 101 | 1 |
8 | 12 | 5 |
8 | 1 | 4 |
8 | 0 | 1 |
B. 867
8 | 867 | |
8 | 108 | 3 |
8 | 13 | 4 |
8 | 1 | 5 |
8 | 0 | 1 |
86710=15438
C. 97
8 | 97 | |
8 | 12 | 1 |
8 | 1 | 4 |
8 | 0 | 1 |
D.345
8 | 345 | |
8 | 43 | 1 |
8 | 5 | 3 |
8 | 0 | 5 |
34510=5318
E. 985
8 | 985 | |
8 | 123 | 1 |
8 | 15 | 3 |
8 | 1 | 7 |
8 | 0 | 1 |
98510=17318
F. 256
8 | 256 | |
8 | 32 | 0 |
8 | 4 | 0 |
8 | 0 | 4 |
25610=4008
G. 127
8 | 127 | |
8 | 15 | 7 |
8 | 1 | 7 |
8 | 0 | 1 |
12710=1778
5. Convert the following Hexadecimal numbers to decimal numbers.
A. 3FA
3FA16=(3×162)+(15×161)+(10×160)
3FA16=768+240+10
3FA16=101810
B. A0B
A0B16=(10×162)+(0×161)+(11×160)
A0B16=2560+0+11
A0B16=257110
C. 4DF
4DF16=(4×162)+(13×161)+(15×160)
4DF16=1024+208+15
4DF16=124710
D. 9C3
9C316=(9×162)+(12×161)+(3×160)
9C316=2304+192+3
9C316=249910
E. 154
15416=(1×162)+(5×161)+(4×160)
15416=256+80+4
15416=34010
F. 10E
10E16=(1×162)+(0×161)+(14×160)
10E16=256+0+14
G. 2785
278516=(2×163)+(7×162)+(8×161)+(5×160)
278516=8192+1792+128+5
278516=1011710
6. Convert the following Decimal Numbers into hexadecimal numbers.
A. 1021
16 | 1021 | |
16 | 63 | 13 |
16 | 3 | 15 |
16 | 0 | 3 |
102110=3FD16
B. 3042
16 | 3042 | |
16 | 190 | 2 |
16 | 11 | 14 |
16 | 0 | 11 |
304210=BE216
C. 2365
16 | 2365 | |
16 | 147 | 13 |
16 | 9 | 3 |
16 | 0 | 9 |
236510=93D16
D. 2456
16 | 2456 | |
16 | 153 | 8 |
16 | 9 | 9 |
16 | 0 | 9 |
245610=99816
E. 410
16 | 410 | |
16 | 25 | 10 |
16 | 1 | 9 |
16 | 0 | 1 |
41010=19A16
F. 785
16 | 785 | |
16 | 49 | 1 |
16 | 3 | 1 |
16 | 0 | 3 |
78510=31116
G . 154
16 | 154 | |
16 | 9 | 10 |
16 | 0 | 9 |
15410=9A16
7. Convert the following binary numbers into octal numbers.
A. 1111101
001111101
175
11111012=1758
B. 10110110
010110110
266
101101102=2668
C.10000101
010000101
205
100001012=2058
D. 11101110
011101110
356
111011102=3568
E. 10110111
010110111
267
101101112=2678
8. Convert the following octal into Binary numbers.
A. 654
654
110101100
6548=1101011002
B.743
743
111100011
7438=1111000112
C.457
457
100101111
4578=1001011112
D. 507
507
101000111
5078=1010001112
E. 554
554
101101100
5548=1011011002
9. Converts the following Binary numbers into hexadecimal numbers.
A. 111101010
000111101010
1EA
1111010102=1EA16
B. 101101001
000101101001
169
1011010012=16916
C. 1111000101
001111000101
3C5
11110001012=3C516
D. 1011001101
001011001101
2CD
10110011012=2CD16
E.1001001110
001001001110
24E
10010011102=24E16
10. Converts the following hexadecimal into binary number system.
A. DDF
DDF
110111011111
DDF16=1101110111112
B.872
872
100001110010
87216=1000011100102
C. 39C
39C
001110011100
39C16=0011100111002
D. EDC
EDC
111011011100
EDC16=1110110111002
E. A97
A97
101010010111
11. Convert the following as indicated.
A. a.(A24)16=(?)8
Convert Hexa Decimal number to binary
A24
101000100100
A2416=1010001001002
Convert Binary Number into Octal Number
101000100100
5044
1010001001002=50448
B. (773)8=(?)16
Convert Octal Number into Binary Number
773
111111011
7738=1111110112
Convert Binary Number into Hex Number
000111111011
1FB
1111110112=1FB16
C. (D0E)16=(?)8
Convert Hexa Decimal number to binary
D0E
110100001110
D0E16=1101000011102
Convert Binary Number into Octal Number
Split the binary number from left to right each group 3 bits
110100001110
6416
1101000011102=64168
D. (3467)16=(?)8
Convert Hexa Decimal number to binary
3467
0011010001100111
346716=00110100011001112
Convert Binary Number into Octal Number
000011010001100111
032147
00110100011001112=321478
E. (970)8=(?)16
F.(204)8=(?)16
hello
0 Comments