Os MCQ 1 PDF
Os MCQ 1 PDF
To access the services of the operating system, the interface is provided by the
___________
a) Library
b) System calls
c) Assembly instructions
d) API
View Answer
Answer: b
Explanation: To access services of the Operating System an interface is provided by the
System Calls. Generally, these are functions written in C and C++. Open, Close, Read, Write
are some of most prominently used system calls.
7. Which one of the following errors will be handle by the operating system?
a) lack of paper in printer
b) connection failure in the network
c) power failure
d) all of the mentioned
View Answer
Answer: d
Explanation: All the mentioned errors are handled by OS. The OS is continuously
monitoring all of its resources. Also, the OS is constantly detecting and correcting errors.