process changes the binary value to a decimal valueThis is page that discusses changes process the decimal value of the binary value.
If you would to convert Binary Value to Decimal Value in Digital, you can use the method below
example :
0011001101 => you just need to count the numbers that contain numbers 1 only. To the number 0, you can ignore.
Binary => Quadratic => Decimal =
0011001101 => 27+26+23+22+20 => 128+64+8+4+1 => 205
Exercise :
- 1010010110 = 512+128+16+4+2 = 662
- 0100011011 = 256+16+8+2+1 = 283
- 1101110010 = 512+256+64+32+16+2 = 882
- 0010000111 = 128+4+2+1 = 135
- 1011010001 = 512+128+64+16+1 = 721
- 1101111000 = 512+256+64+32+16+8 = 888
- 1011000001 = 512+128+64+1 = 705
- 0101101001 = 256+64+32+8+1 = 361
- 1011011011 = 512+128+64+16+8+2+1 = 731
- 1000101110 = 512+32+8+4+2 = 558
click on the picture to clarify / enlarge size
Tidak ada komentar:
Posting Komentar