Chunks

In order to make it easier for the computer to keep track of all the millions of pieces of information that might be stored in memory at any given moment, memory is broken into chunks. Each chunk is exactly the same size, and each chunk is given an address. You don't need to worry about memory address, but it is useful to know that a variable is a reserved set of one or more chunks. Different types of variables take up different amounts of memory.

First
Next