Computer memory consists of a linear array of addressable storage cells.
Word (Memory)
The storage cells of memory are of a regular and fixed size known as a word. In exams, take a word to be .
Link to original
Word-addressable memory
Memory is commonly word-addressable: processor identifies a particular [[Word (Memory)|word]] when it needs to read and write data
Link to originalByte-addressable memory
Memory can be byte-addressable: processor is able to address different sizes of memory compared to the word size
Link to original- Modern PC architectures have a word size of 32-bit or 64-bit.
Random Access Memory
Random Access Memory (RAM) stores actively running programs and any data currently in use.
RAM chips are often referred to in terms of length $\times$ width.
Link to original
- If the word size is , then a RAM chip gives us 16-bit memory locations.