0% found this document useful (0 votes)
71 views

Os MCQ 1 PDF

The document contains questions and answers about operating system concepts. It discusses that: - System calls provide the interface for processes to access operating system services. Common system calls include open, close, read and write. - CPU scheduling is the basis for multiprogramming operating systems, which allow multiple processes to share the CPU concurrently. - The kernel remains in memory for the entire computer session, and it is responsible for managing resources and providing services to processes. Kernel modules can be loaded and unloaded while the operating system is running.

Uploaded by

Diamond
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

Os MCQ 1 PDF

The document contains questions and answers about operating system concepts. It discusses that: - System calls provide the interface for processes to access operating system services. Common system calls include open, close, read and write. - CPU scheduling is the basis for multiprogramming operating systems, which allow multiple processes to share the CPU concurrently. - The kernel remains in memory for the entire computer session, and it is responsible for managing resources and providing services to processes. Kernel modules can be loaded and unloaded while the operating system is running.

Uploaded by

Diamond
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

4.

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.

5. CPU scheduling is the basis of ___________


a) multiprogramming operating systems
b) larger memory sized systems
c) multiprocessor systems
d) none of the mentioned
View Answer
Answer: a
Explanation: None.
advertisement
6. Which one of the following is not true?
a) kernel remains in the memory during the entire computer session
b) kernel is made of various modules which can not be loaded in running operating
system
c) kernel is the first part of the operating system to load into memory during booting
d) kernel is the program that constitutes the central core of the operating system
View Answer
Answer: b
Explanation: Kernel is the first program that is loaded in memory when OS is loading as
well as it remains in memory till OS is running. Kernel is the core part of the OS which is
responsible for managing resources, allowing multiple processes to use the resources
and provide services to various processes. Kernel modules can be loaded and unloaded in
run-time i.e. in running OS.

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.

8. Where is the operating system placed in the memory?


a) either low or high memory (depending on the location of interrupt vector)
b) in the low memory
c) in the high memory
d) none of the mentioned
View Answer
Answer: a
Explanation: None

You might also like