Multiple choice technology operating systems

What is a system call()

  1. A request by the users to access kernel functions

  2. A request by kernel to the device

  3. A request by the device to kernel

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A system call is a programmatic way in which a user-space application requests a service or execution of privileged functions from the operating system kernel.