My Profile

Jumat, 27 Februari 2009

tugas mas YUDHIStira

tugas3

Decimal to binary conversion

8 7 6 5 4 3 2 1
128 64 32 16 8 4 2 1
0 0 0 0 0 0 0 1
1 0 0 0 0 0 0 0


8 7 6 5 4 3 2 1
128 64 32 16 8 4 2 1
1 1 0 0 1 1 1 1
128 64 32 16 8 4 2 1

Convert the following decimal values to binary values :

a. 123 = 1111011
b. 202 = 11001010
c. 67 = 1000011
d. 7 = 0111
e. 252 = 11111100
f. 91 = 1011011
g. 116.127.71.3 = 1110100.1111111.1000111.0011
h. 255.255.255.0 = 11111111.11111111.1111111.0
i. 192.143.255.255 = 11000000.10001111.11111111.11111111
j. 12.101.9.16 = 1100.1100101.1001.10000


a. 1110 = 14
b. 100110 = 38
c. 11111111 = 255
d. 11010011 = 211
e. 01000001 = 65
f. 11001110 = 206
g. 01110101 = 53
h. 10001111 = 143
i. 11101001.00011011.10000000.10100100 = 233.27.128.164
j. 10101010.00110100.11100110.00010111 = 170.52.230.23

4 3 2 1
8 4 2 1
1 1 1 0
8 4 2 1




4 3 2 1
8 4 2 1
1 0 1 0
8 4 2 1



4 3 2 1
8 4 2 1
0 1 1 1
8 4 2 1

4 3 2 1
8 4 2 1
1 1 0 0
8 4 2 1

4 3 2 1
8 4 2 1
1 1 1 0
8 4 2 1


Convert the following value to the other two forms

Decimal Hex Binary
1 19 A9 10011
2 30 FF 11110
3 35 Bad1 100011
4 21-63-13 E7-63-1c 1010-111111-1101
5 53 35 110101
6 115 73 1110011
7 19 A9 1001
8 212.65.119.45 D4.41.77.20 11010100.1000001.1110111.101101.
9 170 AA 10101010
10 6 6 110
11 252.60 FC.3C 11111100.00111100
12 12.128.240.255 C.80.F0.FF 00001100.10000000.11110000.11111111

Tidak ada komentar: