How does an application program interact with the operating system?
- sending files
- using processes
- making API calls
- accessing BIOS or UEFI
Answers Explanation & Hints:
Application programs interact with an operating system through system calls to the OS application programming interface (API). These system calls allow access to many aspects of system operation such as software process control, file management, device management, and network access. |