A programmatic way for an application to request a service from the operating system's kernel. What is this concept called?
- A. Mutex
- B. System call ✓
- C. Memory segmentation
- D. Round robin scheduling
Correct answer
B. System call
Explanation
System call refers to a programmatic way for an application to request a service from the operating system's kernel.