Conversion unidades de medida informatica
1. 128 KBytes ¿Cuántos bytes son?
128 = 27 y un KByte son 210 bytes , por tanto 128 KBytes son 27 * 210 = 217 bytes
¿Cuántos bits?
Como un byteson 8 bits = 23 bits, entonces 217 bytes serán 220 bits = 1 Mbit
2. 64 Gbits ¿Cuántos bits son?
64 = 26 y un Gbit son 230 bits , por tanto 64 Gbits son 26 * 230 = 236 bits
64 = 26 y un Gbitson 220 Kbits , por tanto 64 Gbits son 26 * 220 = 226 Kbits
64 = 26 y un Gbit son 210 Mbits , por tanto 64 Gbits son 26 * 210 = 216 Mbits
¿Cuántos bytes?
Como un byte son 8 bits= 23 bits, entonces 236 bits = 236 / 23 bytes = 233 bytes
233 bytes = 223 KBytes = 213 MBytes = 23 GBytes = 8 GBytes
3. 256 Mbits ¿Cuántos bits son?
256 = 28 y un Mbit son 220 bits , portanto 256 Mbits son 28 * 220 = 228 bits
256 = 28 y un Mbit son 210 Kbits , por tanto 256 Mbits son 28 * 210 = 218 Kbits
¿Cuántos bytes?
Como un byte son 8 bits = 23 bits, entonces 228bits = 228 / 23 bytes = 225 bytes
225 bytes = 215 KBytes = 25 MBytes = 32 MBytes
4. 16 MBytes ¿Cuántos Kbits son?
16 = 24 y un MByte son 210 KBytes ,
por tanto 16 MBytes son 24 * 210 =214 KBytes
Como un Kbyte son 8 Kbits = 23 Kbits,
entonces 214 KBytes = 214 * 23 Kbits = 217 Kbits
5. 64 GBytes ¿Cuántos Kbits son?
64 = 26 y un GByte son 220 KBytes ,
por tanto 64MBytes son 26 * 220 = 226 KBytes
Como un Kbyte son 8 Kbits = 23 Kbits,
entonces 226 KBytes = 226 * 23 Kbits = 229 Kbits
Ejercicios sobre números binarios
1. ¿Qué número en base decimalcorresponde al número binario 1000101?
Cada cifra se multiplica por la potencia de dos correspondiente a la posición que ocupa de izq. a derch.
1 0 0 0 1 0 1
x 26 x 25x 24 x 23 x 22 x 21 x 20
Los resultados se suman obteniendo el número decimal correspondiente
64 + 0 + 0 + 0 + 4 + 0 + 1 = 69...
Regístrate para leer el documento completo.