As an Amazon Associate I earn from qualifying purchases.

Swapping Notes: Definitions & Explanations PDF Download

Download Swapping Notes App (Play Store) Download Swapping Notes App (App Store)

Study Swapping lecture notes PDF with operating system definitions and explanation to study What is Swapping?. Study swapping explanation with operating system terms to review operating system course for online degree programs.

Swapping Definition:

  • A process that interchanges the contents of an area of main storage.

    Operating Systems by William Stallings



Swapping Notes:

Swapping is a mechanism in which a process can be swapped temporarily out of main memory to move into secondary memory/storage and make that memory available to other processes. It is a useful technique that enables a computer to execute programs and manipulate data files larger than main memory.

Keep Learning with Operating System Notes

What is Deadlock?

A deadlock is a situation in which two computer programs sharing same resources are effectively preventing each other from accessing ...

What is Gang Scheduling?

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

What is Segmentation?

Segmentation is a memory management technique in which, the memory is divided into the variable size parts. Each part is ...

What is Busy Waiting?

Busy waiting is a phenomenon in which a process checks repeatedly for a certain condition. It is waitinf for the ...

What is Critical Section?

Critical section is the part of a program which tries to access shared resources. The critical section cannot be executed ...

What is Demand Paging?

Demand Paging is a method of virtual memory management. It follows that a process starts its execution without any of ...