Which of the following is NOT a system call category?
2023
Which of the following is NOT a system call category?
Answer: D. Data Compilation — The correct answer is Option 4: Data Compilation. System calls provide an interface between a running program and the operating system. They are generally…
- A.
Process Control
- B.
Device Manipulation
- C.
File Manipulation
- D.
Data Compilation
Attempted by 1139 students.
Show answer & explanation
Correct answer: D
The correct answer is Option 4: Data Compilation.
System calls provide an interface between a running program and the operating system. They are generally grouped into five or six major categories based on the services they provide. While the OS handles the management of processes, hardware, and data storage, it does not have a "Data Compilation" category, as compilation is typically handled by user-level software like compilers (e.g., GCC or Clang).
A video solution is available for this question — log in and enroll to watch it.