6

Binary to decimal Conversion

Embed Size (px)

Citation preview

Page 1: Binary to decimal Conversion
Page 2: Binary to decimal Conversion

(1011010)(1011010)22=(?)=(?)1010

Page 3: Binary to decimal Conversion

First take the Binary numberFirst take the Binary number

1 0 1 1 0 1 01 0 1 1 0 1 0

Count it’s digits from right to left… Count it’s digits from right to left… Starts from 0 (Zero).Starts from 0 (Zero).

1 0 1 1 0 1 01 0 1 1 0 1 000112233445566

Page 4: Binary to decimal Conversion

Take the first digit…Take the first digit…

1 0 1 1 0 1 01 0 1 1 0 1 000112233445566

Then multiply by 2 (two)…Then multiply by 2 (two)…

00X2X2

Write power of 2’s with positional value…Write power of 2’s with positional value…

00

Add plus sign (+) after that…Add plus sign (+) after that…

++1x2+0x2+1x2+1x2+0x2+1x21x2+0x2+1x2+1x2+0x2+1x211 22 33 44 55 66

Repeat the above process…Repeat the above process…

Page 5: Binary to decimal Conversion

00X2X200

++1x2+0x2+1x2+1x2+0x2+1x21x2+0x2+1x2+1x2+0x2+1x211 22 33 44 55 66

Calculate it…Calculate it…

9090

1011010101101022 = 90 = 901010

Page 6: Binary to decimal Conversion

00X2X200

++1x2+0x2+1x2+1x2+0x2+1x21x2+0x2+1x2+1x2+0x2+1x211 22 33 44 55 66

Calculate it…Calculate it…

9090

1011010101101022 = 90 = 901010