CPU Scheduling Algorithm in Operating System.pptx

DrThenmozhiKarunanit 85 views 5 slides Dec 08, 2022
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

CPU Scheduling Algorithm in Operating System


Slide Content

OPERATING SYSTEM CPU Scheduling Algorithm

CPU Scheduling Algorithm A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms. Types. First-Come, First-Served (FCFS) Scheduling Shortest-Job-First (SJF) Scheduling Round Robin (RR) Scheduling Multiple-Level Queues Scheduling Multi-level Feedback Scheduling

Below is the different time with respect to a process. Arrival Time:   Time at which the process arrives in the ready queue. Completion Time:  Time at which process completes its execution. Burst Time :  Time required by a process for CPU execution. Turn Around Time:   Time Difference between completion time and arrival time. Turn Around Time = Completion Time – Arrival Time Waiting Time (W.T):  Time Difference between turn around time and burst time. Waiting Time = Turn Around Time – Burst Time

First-Come, First-Served (FCFS) Scheduling

THANK YOU.. Dr.Thenmozhi K [email protected]
Tags