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:
- A.
Scheduling
- B.
Slicing
- C.
Swapping
- D.
Kernel
Attempted by 357 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.