As an Amazon Associate I earn from qualifying purchases.

Locality of Reference Notes: Definitions & Explanations PDF Download

Download Locality of Reference Notes App (Play Store) Download Locality of Reference Notes App (App Store)

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 Program Status Word?

The Program Status Word (PSW) is a collection of data which is 64 bits long. It keeps track of the ...

What is Page Frame?

A page frame is the smallest fixed-length contagious block of physical memory into which pages are mapped by the operating ...

What is Mutual Exclusion?

Mutual Exclusion is a program object that prevents simultaneous access to a shared resource. The concept is used in concurrent ...

What is Application Programming Interface (API)?

Application programmable interface is a set of functions and procedures that allows the creation of applications that access the features ...

What is Concurrent?

Concurrent processing is a computing model in which multiple processors execute instructions simultaneously for better performance. Concurrent means something that ...

What is Gang Scheduling?

Gang scheduling is a scheduling algorithm for parallel systems that schedules related processes or threads to run simultaneously on different ...