logo image
Search
Navigation menu
logo avatar
memory

Memory

Memory in a computer is just a sequential set of "buckets" that can contain numbers, characters, or boolean values. By using several buckets in a row, we get arrays. By giving names to a set of contiguous buckets, we get a "structure". But at its core, a computer memory is a very simple list of numbers. Everything else must be built up upon this.