martes, 1 de marzo de 2011

Unidades De Medida de almacenamiento de información

Bit - 0 o 1
Bytes - 8 bit
Kilobytes - 1024 bytes
Megabytes - 1024 KB
Gigabytes - 1024 MB
Terabytes - 1024 GB

Cualquier símbolo del teclado se llama carácter y ocupa 1 Bytes.

Primer Ejemplo: ¿cuantos bit tiene la palabra AMOR?

AMOR
1   2   3   4 Bytes
               *
               8 Bit
Respuesta: Tiene 32 Bit.

Segundo Ejemplo: cuantos Bytes tiene la siguiente frase: 

HORARIO DE CLASES
1     2    3    4    5  6   7  8  9   10 11 12 13 14 15 16 17

Respuesta: Tiene 17 Bytes (136 Bit)

Tercer Ejemplo: Cuantos bit tiene esta frase:

"SÍMBOLOS PATRIOS"
1  2  3   4     5    6   7    8   9 10 11 12  13 14 15 16 17 18 Bytes
                                                                         *
                                                                         8 Bit

Respuesta: Son 144 Bit.

  • Convertir el siguiente numero decimal a binario: 
Primer ejemplo:

24(10) -----> 11000(2)
     
24 : 2 = 12 Queda 0
12 : 2 = 6 Queda 0
6 : 2 = 3 Queda 0
3 : 2 = 1 Queda 1

Segundo ejemplo:

43(10)  ------> 101011(2)

43 : 2 = 21 Queda 1
21 : 2 = 10 Queda 1
10 : 2 = 5 Queda 0
5 : 2 = 2 Queda 1
2 : 2 : 1 Queda 0

  • Convertir el siguiente numero de decimal a octal: 
43(10) ------> 53(8)

43 : 8 = 5 Queda 3










No hay comentarios:

Publicar un comentario