Locality of Reference Notes: Definitions & Explanations PDF Download
Study Locality of Reference lecture notes PDF with operating system definitions and explanation to study “What is Locality of Reference?”. Study locality of reference explanation with operating system terms to review operating system course for online degree programs.
Locality of Reference Definition:
Tendency of a processor to access the same set of memory locations repetitively over a short period of time.
Operating Systems by William Stallings
Locality of Reference Notes:
Locality of Reference also called Principle of Locality, is the tendency of a processor to access the same set of memory locations repetitively over a period of time. It refers to a phenomenon in which a computer program tends to access same set of memory locations for a short time period.
Keep Learning with Operating System Notes
What is Page Fault?
Page fault occurs when a program attempts to access a block of memory that is not stored in the physical ...
What is Base Address?
base address is a unique location in primary storage that serves as a reference point for other memory locations called ...
What is File?
A file is a record or a set of data. More precisely, a file is a sequence of bytes organized ...
What is Thread Switch?
Thread switching is the process of switching control from one thread to another by operating system. This switching happens at ...
What is Synchronous Operation?
A synchronous operation blocks a process till the operation completes. This is the main difference in asynchronous and synchronous operation ...
What is Nonprivileged State?
Nonproviliged state is an execution context that does not allow the system to execute any sensitive hardware instructions. The instructions ...