Ejercicios
Realiza las siguientes sumas y restas en tu cuaderno y sube los resultados al Blog
10000 + 101001=101001
1010111+100001=11011000
110111+100011=1111010
1110101-10001=1100100
1110101-111010=1001111
1100101-11011=1111110
| Posición del BIT: | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| Valor Binario: | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
| Valor Decimal: | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
| Valores a Sumar: | 0 | 0 | 0 | 16 | 0 | 4 | 2 | 0 |
| Valor Resultante: 16 + 4 + 2=22 | ||||||||
| POSICIÓN BIT | VALOR DECIMAL | VALOR BINARIO |
| 1 | 1 | 1 |
| 2 | 2 | 10 |
| 3 | 3 | 11 |
| 4 | 4 | 100 |
| 5 | 5 | 101 |
| 6 | 6 | 110 |
| 7 | 7 | 111 |
| 8 | 8 | 1000 |
| 9 | 9 | 1001 |
| 10 | 10 | 1010 |
| 11 | 16 | 10000 |
| 12 | 32 | 100000 |
| 13 | 64 | 1000000 |
| 14 | 100 | 1100100 |
| 15 | 256 | 100000000 |
| 16 | 512 | 1000000000 |
| 17 | 1000 | 1111110100 |
| 18 | 1024 | 10000000000 |