The technique of operating system to temporary remove inactive programs from…
2024
The technique of operating system to temporary remove inactive programs from memory of computer system:
Answer: C. Swapping — Swapping is the operating system technique used to temporarily remove inactive programs from main memory by moving them to secondary storage. This process…
- A.
Scheduling
- B.
Slicing
- C.
Swapping
- D.
Kernel
Attempted by 891 students.
Show answer & explanation
Correct answer: C
Swapping is the operating system technique used to temporarily remove inactive programs from main memory by moving them to secondary storage. This process frees up RAM space for active processes, unlike scheduling which manages CPU time allocation.
Loading lesson…