Multiple choice Transition from the user process to the operating system is called ______. task switch process switch mode switch none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A mode switch occurs when transitioning from user mode to kernel mode (or vice versa). This happens during system calls, interrupts, or exceptions - the process changes privilege levels but remains the same process.