Why does digital storage always have the same values eg. 32gb, 64gb, 128gb, 256gb etc. and why do they double every time they go up in size? Is this a limitation or just a standard?

974 views

Why does digital storage always have the same values eg. 32gb, 64gb, 128gb, 256gb etc. and why do they double every time they go up in size? Is this a limitation or just a standard?

In: Technology

11 Answers

Anonymous 0 Comments

It’s because it’s based on multiples of two: 2,4,8,16,32… (base 2 mathematics) instead of multiples of 10, which is our standard human number system (base 10 mathematics). Computers use base 2 mathematics essentially because of binary code (where everything is a 1 or a 0). There’s a ton more I could get into such as exponents etc, but that should suffice for a 5 year old.

You are viewing 1 out of 11 answers, click here to view all answers.