Kamis, 05 Maret 2009

Lab 1.2.5 Decimal to Binary Conversion (Mengkonversikan bilangan binari ke desimal, hex. begitupun sebaliknya)

6. Convert the following decimal values to binary values:

a. 123 : 01111011
b. 202 : 11001010
c. 67 : 01000011
d. 7 : 00000111
e. 252 : 11111100
f. 91 : 01011011
g. 116.127.71.3 : 01110100.01111111.01000111.0011
h. 255.255.255.0 : 11111111.11111111.11111111.0
i. 192.143.255.255 : 11000000.10001111.11111111.11111111
j. 12.101.9.16 : 1100.01100101.00001001.00010000

Binary to Decimal Conversion

4. Convert the following binary values to decimals:

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

Hexadecimal Conversions

Convert the following values to the other two forms:

Tidak ada komentar: