Minggu, 07 Oktober 2012

Conversion Decimal to Binary

lI'd like to post some examples of conversion decimal to binary....
Let's check it out....

1.  356 = 256 + 64 + 32 + 4
              1 0 1 1 0 0 1 0 0

2.  370 = 256 + 8 + 6
              1 0 0 0 0 1 1 1 0

3.  380 = 256 + 64 + 32 + 16 + 8 + 4
              1 0 1 1 1 1 1 0 0

4.  412 = 256 + 128 + 16 + 8 + 4
               1 1 0 0 1 1 1 0 0

5.  476 = 256 + 128 + 64 + 16 + 8 + 4
               1 1 1 0 1 1 1 0 0

6.  498 = 256 + 128+ 64 + 32 + 16 +  2
               1 1 1 1 1 0 0 1 0

7.  500 = 256 + 128 + 64 + 32 + 16 +4
               1 1 1 1 1 0 1 0 0 

8.  399 = 256 + 128 + 8 +7
                1 1 0 0 0 1 1 1 1

9.  324 = 256 + 64 + 4
               1 0 1 0 0 0 1 0 0

10. 444 = 256 + 128 + 32 + 16 + 8 + 4
                1 1 0 1 1 1 1 0 0


I hope my post can give us some benefits, like can help us to solve probem in conversion decimal to binary...... :-)

Tidak ada komentar:

Posting Komentar