The techniques which move the program blocks to or from the physical memory is called as ______
Answers
Answer:
Virtual memory organisation
Explanation:
By using this technique the program execution is accomplished with a usage of less space.
Concept Introduction:
A frequent method in an operating system for a computer is virtual memory (OS). In order to make up for actual memory shortages, a computer employs virtual memory, which temporarily moves data RAM to disc storage.
Explanation:
We have been given a question about computer science.
We have to find The techniques which move the program blocks to or from the physical memory.
A computer can address more memory than the amount physically installed on the system. This extra memory is actually called virtual memory and it is a section of a hard disk that's set up to emulate the computer's RAM. The main visible advantage of this scheme is that programs can be larger than physical memory.
Final Answer:
The final answer is the virtual memory technique
#SPJ2