Advertisements
Advertisements
Questions
Which are three main areas in O.S. divides it’s services? Write example of each.
Explain in short the three main areas in which the operating system divides its services.
Explain
Long Answer
Advertisements
Solution
The Operating System (O.S.) divides its services into the following three main areas:
- Information Management (IM): Information Management provides facilities to store, retrieve, and modify information on various devices.
Examples:
- Create files or directories
- Open files or explore directories
- Delete, copy, or close files
- Change working directory
- Process Management (PM): Process Management keeps track of all running programs (processes). In multiuser systems, it schedules processes and dispatches them one after another.
Examples:
- Scheduling processes
- Keeping track of running programs
- Dispatching processes
- Managing multiple users’ programs
- Memory Management (MM): Memory Management keeps track of all memory locations and determines memory allocation policies.
Examples:
- Allocating memory to processes
- Deallocating memory
- Managing memory locations
- Using memory management techniques and algorithms
shaalaa.com
Notes
Students should refer to the answer according to the question.
Is there an error in this question or solution?
2022-2023 (March) Official
