As an Amazon Associate I earn from qualifying purchases.

Swapping Definition and Explanation PDF Download

Learn Swapping definition in operating system with 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 Explanation:

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 Operating System Explanations

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

A semaphore that doesn't specify order in which processes are removed from the queue is a weak semaphore. The main ...

What is Reentrant Procedure?

A reentrant procedure is one in which a single copy of the program can be shared by multiple users during ...

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 Central Processing Unit (CPU)?

Central Processing Unit (CPU) sometimes referred to as the central processor, but more commonly called a processor is the brain ...

What is Time Slice?

Time slice is the period of time for which a process is allowed to run uninterrupted in a preemptive multitasking ...