Download - codigos binarios

Transcript
Page 1: codigos binarios

Passa de binari a decimal els següents nombres:

1012 = 1x22 + 0x2

1 + 1x2

0 = 5

10102 = 1x23 + 0x2

2 + 1x2

1 + 0x2

0 = 10

111102 = 1x24 + 1x2

3 + 1x2

2 + 1x2

1 + 0x2

0 = 30

101001102 = 1x27 + 0x2

6 + 1x2

5 + 0x2

4 + 0x2

3 + 1x2

2 + 1x2

1 + 0x2

0 = 156

Passem els nombres de decimal a binari:

1024 = 10000000002

312 =1001110002

12 = 11002

511 = 1011111112

13 = 11012

1024 2

0 512 2

0 256 2

0 128 2

0 64 2

0 32 2

0 16 2

0 8 2

0 4 2

0 2 2

0 1

312 2

0 156 2

0 78 2

0 39 2

1 19 2

1 9 2

1 4 2

0 2 2

0 1

1

Page 2: codigos binarios

12 2

0 6 2

0 3 2

1 1

1

13 2

1 6 2

0 3 2

1 2 2

0 1

511 2

1 255 2

1 127 2

1 63 2

1 31 2

1 15 2

1 7 2

1 3 2

1 1


Top Related