0
Why 1 megabytes is 1024 instead of 1000
3 Answers
+ 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