IDNLearn.com: Your trusted source for accurate and reliable answers. Get step-by-step guidance for all your technical questions from our knowledgeable community members.

4) Why not store data using only the minimum number of bits necessary for each
piece of data?
Please help !


Sagot :

Answer:

Integers are commonly stored using a word of memory, which is 4 bytes or 32 bits, so integers from 0 up to 4,294,967,295 (232 - 1) can be stored.