<<< The Concept of Memory | Index | Addressability >>> |
Total number of unique memory locations will be referred to as address space.
Just like data values, addresses internally are represented by binary numbers.
If address size is n bits, it has a potential to identify 2n unique memory locations.
<<< The Concept of Memory | Index | Addressability >>> |