Q.

The switching of the CPU from one process or thread to another is called

A. process switch
B. task switch
C. context switch
D. all of the mentioned
Answer» D. all of the mentioned
4.8k
0
Do you find this helpful?
23

View all MCQs in

Operating System (OS)

Discussion

Rishu Chaurasia
1 year ago

The switching of the CPU from one process or thread to another is called a "context switch." This involves saving the state of the current process or thread (such as its registers, program counter, and other relevant data) and loading the state of the next process or thread to be executed. So, the correct answer is:

C. context switch
0