Computer memory

Memory can be viewed as a giant collection of cells. Each cell is a single byte of data and has own address, where one number greater than the previous cell’s address.

01234
010001001100210031004
110051006100710081009
210101011101210131014

Facts about computer memory

A computer can jump to any memory address in one step.

When computer allocate an array, it also stores arrays address, at which memory addresses the array begins.

References