As an Amazon Associate I earn from qualifying purchases.

Relative Address Notes: Definitions & Explanations PDF Download

Study Relative Address lecture notes PDF with operating system definitions and explanation to study “What is Relative Address?”. Study relative address explanation with operating system terms to review operating system course for online degree programs.

Relative Address Definition:

  • An address calculated as a displacement from a base address.

    Operating Systems by William Stallings



Relative Address Notes:

Relative address is a memory address that represents some distance from a starting point or the base address, such as the first byte of a program or table. The absolute address is derived by adding it to the base address.

Keep Learning with Operating System Notes

What is Sequential Access?

Sequential access means that a group of elements, such as data in memory array or magnetic disk storage, is accessed ...

What is File Management System?

The system used by the operating system or program to organize or keep track of files. Although operating systems provide ...

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 Strong Semaphore?

Strong semaphore is a semaphore whose definition includes the policy of First In First Out queue. The main difference in ...

What is Spin Lock?

A spin lock is a lock which causes a thread trying to acquire it to simply wait in a spin ...

What is Enabled Interrupt?

Enabled interrupts are created by operating systems so that the processor works on the interrupt enabled. Interrupts are enabled, for ...