Multiple choice What is the process of moving a process from main memory to hard disk called? Scheduling Caching Swapping Polling Spooling Reveal answer Fill a bubble to check yourself C Correct answer Explanation A process needs to be in memory to be executed. A process, however, can be swapped temporarily out of memory to a backing store on disk and then brought back into memory for continued execution. It is a memory management scheme.