As an Amazon Associate I earn from qualifying purchases.

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 Monitor?

A monitor is a synchronization construct that allows threads to have both mutual exclusion and the ability to wait for ...

What is Kernel Mode?

There are two main modes i.e. Kernel mode and User mode. In kernel mode, the code that is being executed ...

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 Virtual Address?

A virtual address is a pointer for memory space that an operating system allows a process to use. The virtual ...

What is Mutex?

Mutex (Mut from Mutual and ex from exclusion) is a mutual exclusion object which allows multiple program threads to share ...

What is Starvation?

Starvation is the name given to the indefinite post ponement of a process because it requires some resources before it ...