Operating System INTERVIEW QUESTION & ANSWERS
9. |
What are the advantages of distributed OS? |
|
- Resource sharing
-
Higher reliability
-
Better price performance ratio
-
Shorter responses times
-
Incremental growth
|
10. |
What is the main advantages and disadvantages of multiprogramming? |
|
Advantages- High CPU utilization.
-
It appears that many programs are allotted CPU almost simultaneously.
Disadvantages:-
CPU scheduling is required.
-
To accommodate many jobs in memory, memory management is required.
|
11. |
What are the types of operating systems? |
|
Operating system can be classified into various categories, with respect to the type of processing, it supports. Following are the main types of OS - Batch OS
-
Multi-programming OS
-
Time Sharing Interactive OS
-
Real Time OS
-
Combination OS
-
Distributed OS
|
12. |
What are the functions of an operating system? |
|
The operating system is a manager of System Resources, performing the following functions:-
Process Management
-
Main memory Management
-
I/O Devices Management
-
File Management
-
Secondary Storage Management
-
Network Management
-
System Protection
-
Command Interpretation
-
Accounting of Resources Usage by Users in a Time Sharing System.
|