File:Paging.svg · Wikimedia Commons · See Wikimedia Commons
memory address
Sign in to savereference to a specific location in a computer's physical or virtual memory
Wikidata facts
Show 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/memory-address
- Commons category
- Memory addressing
Sources (2)
via Wikidata · CC0
~12 min read
Article
In a computer using virtual memory, accessing the location corresponding to a memory address may involve many levels. In computing, a memory address is a reference to a specific memory location in memory used by both software and hardware. These addresses are fixed-length sequences of digits, typically displayed and handled as unsigned integers. This numerical representation is based on the features of CPU (such as the instruction pointer and incremental address registers). Programming language constructs often treat the memory like an array.
Types