I once read somewhere why it's 1024 and not 1000. apparently is has to do with this:
The Decimal System is a base 10 number system that uses ten digits (0,1,2,3,4,5,6,7,8,9).
1000 is attained as follows:
1 x10 = 10 x 10 = 100 x 10 = 1000 (kilo)
The Binary System is a base 2 number system that...