recategorized by
1,212 views

2 Answers

0 votes
0 votes
→ A swap file (or swap space or a pagefile) is a space on a hard disk used as the virtual memory extension of a computer's real memory (RAM).
→ Having a swap file allows your computer's operating system to pretend that you have more RAM than you actually do.

Answer- B. save process data
Answer:

Related questions

0 votes
0 votes
1 answer
1
Arjun asked Dec 7, 2018
2,095 views
Find the effective access time for the memory for the given data.Page fault service time $=8$ msAverage memory access time $=20$ nsOne page fault is generated for every m...
0 votes
0 votes
2 answers
2
Arjun asked Dec 7, 2018
3,421 views
Decreasing the RAM causesfewer page faultsmore page faultsvirtual memory gets increasedvirtual memory gets decreased
0 votes
0 votes
1 answer
3
Arjun asked Dec 7, 2018
2,584 views
The process executes the following code and after execution ______ number of child process get createdfork(); fork(); fork(); fork();$4$$1$$15$$16$
0 votes
0 votes
1 answer
4
Arjun asked Dec 7, 2018
977 views
In a system, counting semaphore was initialized to $10$, then $6P$(wait) operations and $4V$ (signal) operations were completed on this semaphore. So _____ is the final v...