______ is a scheme where only a portion of the job’s address space is actually…

2025

______ is a scheme where only a portion of the job’s address space is actually loaded into physical memory.

  1. A.

    Swapping

  2. B.

    Virtual memory

  3. C.

    Kernel Swap

  4. D.

    SPOOL

Attempted by 56 students.

Show answer & explanation

Correct answer: B

Option 2 : Virtual memory

Swapping

It is a mechanism in which a process can be swapped temporarily out of main memory (or move) to secondary storage (disk) and make that memory available to other processes. At some later time, the system swaps back the process from the secondary storage to main memory.

Virtual memory

It is a feature of an operating system that enables a computer to be able to compensate shortages of physical memory by transferring pages of data from random access memory to disk storage. This process is done temporarily and is designed to work as a combination of RAM and space on the hard disk.

Kernal Swap

When physical memory becomes scarce the Linux memory management subsystem must attempt to free physical pages. This task falls to the kernel swap daemon (kswapd).The kernel swap daemon is a special type of process, a kernel thread. Kernel threads are processes have no virtual memory, instead they run in kernel mode in the physical address space. The kernel swap daemon is slightly misnamed in that it does more than merely swap pages out to the system's swap files. Its role is make sure that there are enough free pages in the system to keep the memory management system operating efficiently. The Kernel swap daemon (kswapd) is started by the kernel init process at startup time and sits waiting for the kernel swap timer to periodically expire.

SPOOL

Spooling is an acronym for simultaneous peripheral operations on line. Spooling refers to putting data of various I/O jobs in a buffer. This buffer is a special area in memory or hard disk which is accessible to I/O devices. The spool folder is a software folder or computer that holds files waiting to be printed until the printer is ready.

Explore the full course: Cocubes Preparation