edited by
13,075 views

3 Answers

Best answer
64 votes
64 votes

Option (B) is correct.

Swap space is the area on a hard disk which is part of the Virtual Memory of your machine, which is a combination of accessible physical memory (RAM) and the swap space. Swap space temporarily holds memory pages that are inactive. Swap space is used when your system decides that it needs physical memory for active processes and there is insufficient unused physical memory available. If the system happens to need more memory resources or space, inactive pages in physical memory are then moved to the swap space therefore freeing up that physical memory for other uses. Note that the access time for swap is slower therefore do not consider it to be a complete replacement for the physical memory. Swap space can be a dedicated swap partition (recommended), a swap file, or a combination of swap partitions and swap files.

edited by
18 votes
18 votes
ans is B.

generally swap space is 2*RAM, not compulsorily always but generally. inactive pages of memory are moved to swap memory.
13 votes
13 votes

Swap space is an area on disk that temporarily holds a process memory image. When physical memory demand is sufficiently low, process memory images are brought back into physical memory from the swap area. Having sufficient swap space enables the system to keep some physical memory free at all times.
Therefore B.

 

Answer:

Related questions

25.4k
views
4 answers
59 votes
Kathleen asked Sep 14, 2014
25,427 views
Which of the following does not interrupt a running process?A deviceTimerScheduler processPower failure
22.2k
views
2 answers
47 votes
Kathleen asked Sep 14, 2014
22,191 views
Which of the following statements is false?Virtual memory implements the translation of a program's address space into physical memory address ... increases the degree of multiprogrammingVirtual memory reduces the context switching overhead
68.7k
views
4 answers
49 votes
Kathleen asked Sep 14, 2014
68,745 views
Consider a machine with $64$ MB physical memory and a $32$-bit virtual address space. If the page size s $4$ KB, what is the approximate size of the page table?$\text{16 MB}$\text{8 MB}$\text{2 MB}$\text{24 MB}$
10.7k
views
2 answers
26 votes
Kathleen asked Sep 14, 2014
10,744 views
Which of the following requires a device driver?RegisterCacheMain memoryDisk