184k views
13 votes
4) Why not store data using only the minimum number of bits necessary for each

piece of data?
Please help !

User Alexunder
by
3.4k points

1 Answer

12 votes

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.

User Nivesh
by
4.3k points