Why 1 megabytes is 1024 instead of 1000 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why 1 megabytes is 1024 instead of 1000

5th Sep 2020, 11:55 PM
Omar talbi
Omar talbi - avatar
2 Answers
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.