Skip to content

Implementation of 4 algorithms involved in choosing the next process in the CPU- First Come First Serve (FCFS), Shortest Job First (SJF), Shortest Remaining Time First (SRT), Round Robin (RR) or Priority

Notifications You must be signed in to change notification settings

adavidson21/CPU-Scheduler

Repository files navigation

CPUScheduler

This project was generated with Angular CLI version 8.3.14.

How to Run Project

In order to run the project, you need to do the following: 1. Naivigate to the project folder from the command line 2. Run ng serve --open, and navigate to http://localhose:4200/ if it is not automatically opened for you.

Assumptions

In its current state, the following assumptions are made for this program: 1. The maximum number of processes in the ready queue is 10. 2. Only First Come First Serve and Shortest Job First are functioning. 3. In order to run a second simulation, the clear button must be clicked, or the page must be refreshed. 4. Averages are only displayed to the nearest hundreth.

Other Notes

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Implementation of 4 algorithms involved in choosing the next process in the CPU- First Come First Serve (FCFS), Shortest Job First (SJF), Shortest Remaining Time First (SRT), Round Robin (RR) or Priority

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published