Multiple choice A ______ call is a special hardware instruction to invoke the operating system. procedure function supervisor none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A supervisor call (SVC) is a specific instruction that allows a user program to request services from the operating system kernel. It triggers a transition from user mode to supervisor mode.