Multiple choice

A ______ call is a special hardware instruction to invoke the operating system.

  1. procedure

  2. function

  3. supervisor

  4. 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.