Finished ej6.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-10-26 15:18:43 +02:00
parent 4816780287
commit e2761acf41

View File

@ -5,3 +5,15 @@ a)
8 bits/carácter * 220000 caracteres = 1760 kb
1760 kb / 8 bits/byte = 220 kB
220000 B / 1024 = 214.84 kiB
b)
Asumiendo Latin-15 = 16 bits/carácter
16 bits/carácter * 220000 caracteres = 3520 kb
3520 kb / 8 bits/byte = 440 kB
440000 B / 1024 = 429.688 kiB
c)
UCS-4 = 32 bits/carácter
32 bits/carácter * 220000 caracteres = 7040 kb
7040 / 8 bits/byte = 880 kB
880000 B / 1024 = 859.375 kiB