Lectura

Páginas: 30 (7419 palabras) Publicado: 8 de enero de 2013
Universidad tecnológica de ciudad Juárez

Desarrollo de habilidades
EVIDENCIAS


Unidad I
Sistemas Numéricos
1. Decimal base 10 (0-9)
Binario base 2 (0,1)
Hexadecimal base 16 (0-9,A,B,C,D,E,F)
Sexagesimal base 60 (0-59)

2. Tabla Hexadecimal
0 | 0 | 16 | 10 | 32 | 20 | 48 | 30 |
1 | 1 | 17 | 11 | 33 | 21 | 49 | 31 |
2 | 2 | 18 | 12 | 34 | 22 | 50 | 32 |
3 | 3 | 19 | 13| 35 | 23 | 51 | 33 |
4 | 4 | 20 | 14 | 36 | 24 | 52 | 34 |
5 | 5 | 21 | 15 | 37 | 25 | 53 | 35 |
6 | 6 | 22 | 16 | 38 | 26 | 54 | 36 |
7 | 7 | 23 | 17 | 39 | 27 | 55 | 37 |
8 | 8 | 24 | 18 | 40 | 28 | 56 | 38 |
9 | 9 | 25 | 19 | 41 | 29 | 57 | 39 |
10 | A | 26 | 1ª | 42 | 2ª | 58 | 3ª |
11 | B | 27 | 1B | 43 | 2B | 59 | 3B |
12 | C | 28 | 1C | 44 | 2C | 60 | 3C |
13 | D | 29| 1D | 45 | 2D | 61 | 3D |
14 | E | 30 | 1E | 46 | 2E | 62 | 3E |
15 | F | 31 | 1F | 47 | 2F | 63 | 3F |

3. Tabla Binaria
211 | 210 | 29 | 28 | | 27 | 26 | 25 | 24 | | 23 | 22 | 21 | 20 |
1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 |
2,048 | 1,024 | 512 | 256 | | 128 | 64 | 32 | 16 | | 8 | 4 | 2 | 1 |

| 223 | 222 | 221 | 220 | | 219 | 218 | 217 | 216 | | 215 |214 | 213 | 212 |
| 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 |
| 8,388,608 | 4,194,304 | 2,097,152 | 1,048,576 | | 524,288 | 262,144 | 131,072 | 65,536 | | 32,768 | 16,384 | 8,192 | 4,096 |
4. 122 Decimal a Binario
122= | 0111 | 1010 |

5. 122 a Hexadecimal

7 | A |
16*7=112 | 10 |

6. Binario a Hexadecimal
1011 | 0011 | 0101 |
B | 3 | 5 |

7.Hexadecimal a Binario
C | O | C | A |
1100 | 0000 | 1100 | 1010 |

8. Decimal
2+8+64+128+1684+32768= 34654

9. Hexadecimal a Decimal
163 | 162 | 161 | 160 |
C | O | C | A |
49152 | 0 | 192 | 10 |

160 = 1
161= 16
162= 256
163= 4096
164= 65536

10. Hexadecimal a Binario
F | E | O |
1111 | 1110 | 0000 |

11. Hexadecimal a Decimal
F | E | O | |
3840 | 224 | 0 |= 4064 |

12. Binario a Decimal
1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | |
2048 | 1024 | 512 | 265 | 128 | 64 | 32 | 0 | 0 | 0 | 0 | 0 | = 4069 |

13. BA1BACOA
Hexa | B | A | 1 | B | A | C | O | A | |
Bi | 1011 | 1010 | 0001 | 1011 | 1010 | 1100 | 0000 | 1010 | |
Dec | 1,879,048,194 | 469,772,160 | 1,048,576 | 720,896 | 40,960 | 3,072 | 0000 | 10 | =2,350,633,868 |CEBO1A
Hexa | C | E | B | O | 1 | A | |
Bi | 1100 | 1110 | 1011 | 0000 | 0001 | 1010 | |
Dec | 12,582,912 | 917,504 | 36,056 | 0 | 16 | 10 | =13,536,498 |

BOA
Hexa | B | O | A | |
Bi | 1011 | 0000 | 1010 | |
Dec | 2816 | 0 | 10 | =2826 |

14. Hexadecimal a Binario
Hexa | B | A | B | A |
Bi | 1011 | 1010 | 1011 | 1010 |

15. Binario a Decimal
Bi | 1011 | 1010 |1011 | 1010 | |
Dec | 32768+8192+4096+2048+512+128+32+16+8+2 | =47802 |

16. Hexadecimal a Decimal
Hexa | B | A | B | A | |
Dec | 10 | 11(16) | 10(256) | 11(4096) | =47802 |

17. 50,000 de Decimal a Hexadecimal
165 | 164 | 163 | 162 | 161 | 160 |
1048576 | 65536 | 4096 | 256 | 16 | 1 |

163 |
C |
500004096=12.2

12*4096=49152 848
C*4096= | 49152 |
3*256= | 768 |5*16= | 80 |
| 50000 |

18. 1048575 de Decimal a Hexadecimal
F | F | F | F | F |

15*1= | 15 |
15*16= | 240 |
15*256= | 3840 |
15*4096= | 61440 |
15*655346= | 983040 |
| 1048575 |

19. 1048576 Hexadecimal 100000*****

20. 450 a Hexadecimal
1C2

2*1= | 2 |
12*16= | 192 |
1*250= | 256 |
| 450 |

21. 727 a Hexadecimal

2D7

21516=13

7*1= |7 |
13*16= | 512 |
2*256= | 208 |
| 727 |

22. Hexadecimal a Binario
1 | C | 2 |
0001 | 1100 | 0010 |

23. 2D7 de Hexadecimal a Binario
2 | D | 7 |
0010 | 1101 | 0111 |

24. Binario a Decimal

0001 | 1100 | 0010 |
265 | 128 | 64 | 2 | =450 |

25. Binario a Hexadecimal
0010 | 1101 | 0111 | |
512 | 128 | 64 | 16 | 4 | 2 | 1 | = 727 |

SUMA BINARIA...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Lecturas
  • Lectura
  • La lectura
  • Lectura
  • Lectura
  • Lectura
  • Lecturas
  • Lectura

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS