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

CPU_Scheduling_Algorithms_Overview

Uploaded by

n1510634356
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

CPU_Scheduling_Algorithms_Overview

Uploaded by

n1510634356
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CPU Scheduling Algorithms

This document provides an overview of five CPU scheduling algorithms with their
respective process tables, calculations, and Gantt charts.

1. Shortest Remaining Time First (SRTF)

Process Table
Process Arrival Time Burst Time Completion Waiting Turnaround
Time Time Time
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

Calculations
Calculations for Turnaround Time (TAT) and Waiting Time (WT) will be included here.

Gantt Chart
| Process Sequence Placeholder |

Time Placeholder

2. Round Robin (RR)

Process Table
Process Arrival Time Burst Time Completion Waiting Turnaround
Time Time Time
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

Calculations
Calculations for Turnaround Time (TAT) and Waiting Time (WT) will be included here.

Gantt Chart
| Process Sequence Placeholder |

Time Placeholder

3. First Come First Serve (FCFS)

Process Table
Process Arrival Time Burst Time Completion Waiting Turnaround
Time Time Time
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Calculations
Calculations for Turnaround Time (TAT) and Waiting Time (WT) will be included here.

Gantt Chart
| Process Sequence Placeholder |

Time Placeholder

4. Shortest Job First (SJF)

Process Table
Process Arrival Time Burst Time Completion Waiting Turnaround
Time Time Time
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

Calculations
Calculations for Turnaround Time (TAT) and Waiting Time (WT) will be included here.

Gantt Chart
| Process Sequence Placeholder |

Time Placeholder

5. Longest Job First (LJF)

Process Table
Process Arrival Time Burst Time Completion Waiting Turnaround
Time Time Time
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder
Placeholder Placeholder Placeholder Placeholder Placeholder Placeholder

Calculations
Calculations for Turnaround Time (TAT) and Waiting Time (WT) will be included here.

Gantt Chart
| Process Sequence Placeholder |

Time Placeholder

You might also like