Advertisements
Advertisements
प्रश्न
Explain the process management algorithms in Operating System.
थोडक्यात उत्तर
उत्तर
The following algorithms are mainly used to allocate the job (process) to the processor: FIFO, SJF, Round Robin, based on priority.
- First In First Out (FIFO) Scheduling – This algorithm is based on queuing technique. Technically, the process that enters the queue first is executed first by the CPU, followed by the next, and so on. The processes are executed in the order of the queue.
- Shortest Job First (SJF) Scheduling – This algorithm works based on the size of the job being executed by the CPU.
- Round Robin Scheduling – Round Robin (RR) Scheduling algorithm is designed especially -for time-sharing systems, jobs are assigned and processor time in a circular method.
- Based on priority – The given job (process) is assigned on a priority. The job which has higher priority is more important than ether jobs.
shaalaa.com
Key Features of the Operating System
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
संबंधित प्रश्न
Which of the following is not a function of an Operating System?
File Management manages ______.
The File management system used by Linux is ______.
What is the security management features available in Operating System?
What are the advantages and disadvantages of Time-sharing features?
Explain the concept of a Distributed Operating System along with its advantages.
List out the points to be noted while creating a user interface for an Operating system.
List out the points to be noted while creating a user interface for an Operating system.