Why 1 megabytes is 1024 instead of 1000 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why 1 megabytes is 1024 instead of 1000

5th Sep 2020, 11:55 PM
Omar talbi
Omar talbi - avatar
2 Respostas
5th Sep 2020, 11:59 PM
WenHao1223
WenHao1223 - avatar
+ 2
Because in computers, the system that is really used is binary. And, in binary, the exponentiation sequence goes like this: 2ā° = 1 2Ā¹ = 2 2Ā² = 4 2Ā³ = 8 2ā“ = 16 2āµ = 32 2ā¶ = 64 2ā· = 128 2āø = 256 2ā¹ = 512 2 ^ 10 = 1024
6th Sep 2020, 12:11 AM
Fhren DarĆ­o Meza M.