Multiple choice When a system makes system call, its mode changes from user to kernel kernel to user scheduled to unrestricted none of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation System calls provide an interface between a process and the operating system. When a user process requests a service from the kernel, the CPU switches from user mode to kernel mode to execute the privileged operation.