0% found this document useful (0 votes)
11 views3 pages

OS Project Hamza Said

Uploaded by

211184
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

OS Project Hamza Said

Uploaded by

211184
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

" CPU Scheduling

Simulator"
Done by : Hamza Said.
Supervise by : Professor Radwan Tahboub
Introduction

This report documents a Python-based simulation of various CPU scheduling algorithms.


The project aims to demonstrate the functionality and effects of different scheduling
strategies on CPU performance, providing insights into their operational efficiencies. This
report covers simulations for First-Come, First-Served (FCFS), Shortest Remaining Time
(SRT), and Round Robin (RR) scheduling algorithms.

Project Overview

The project is composed of a Python script that simulates CPU scheduling using a class
structure to manage process control blocks (PCBs). Each PCB stores data relevant to
each process, including its arrival time, burst time, and other metrics necessary for the
scheduling simulation. This structure aids in calculating waiting times, turnaround times,
and CPU utilization across different scheduling methods.

Conclusion

The simulations provide valuable insights into the operational dynamics of different CPU
scheduling algorithms. They offer a practical understanding of how each algorithm
impacts process management and CPU performance, making it an excellent educational
tool for students and professionals alike.

Access to Project Files and Video

For direct access to the Python script and a video explanation of its functionality, please
refer to the Google Drive link provided

https://drive.google.com/drive/folders/141sv8nom8PJ78CbMoGHw4z5lQNaTNOJM

You might also like