Skip to content

A small Android application for the Operating System Lab Project. The application implements a short term scheduler. The user enters the details of the various processes and then chooses one among the many options for the CPU scheduling algorithm. The application then displays the sequence in which the processes will be executed and also various…

Notifications You must be signed in to change notification settings

mrc03/CPUSchedulerApp

Repository files navigation

/*

Author:: Raj Mehrotra
Date :: 14-11-2018

*/

CPUSchedulerApp

A small Android application for the Operating System Lab Project.

The application implements a short term scheduler.

The user enters the details of the various processes and then chooses one among the many options for the CPU scheduling algorithm.

The application then displays the sequence in which the processes will be executed and also various other quantities like waiting time, turn around time etc... for a process.

About

A small Android application for the Operating System Lab Project. The application implements a short term scheduler. The user enters the details of the various processes and then chooses one among the many options for the CPU scheduling algorithm. The application then displays the sequence in which the processes will be executed and also various…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages