InterviewSolution
Saved Bookmarks
| 1. |
The memory address is divided into two parts. The high order part denotes th |
|
Answer» Answer: In computing, a memory ADDRESS is a reference to a specific memory location used at various levels by SOFTWARE and hardware. Memory addresses are fixed-length sequences of digits conventionally displayed and manipulated as unsigned integers. Such numerical semantic bases itself upon FEATURES of CPU (such as the instruction pointer and incremental address registers), as well upon use of the memory LIKE an array endorsed by various programming languages. In a computer using virtual memory, accessing the location corresponding to a memory address may INVOLVE many levels. |
|