First In First Out ( FIFO ) Queue Scheduling is a project for System Modeling Class
1- Keep Adding Tasks in Data Entry Form with their Inter Arrival (at what interval this task was issued to our system) and its service (how many intervals this task is gonna consume from our system)
2- After assigning all the Tasks Press Schedule on the Main Form
3- Gridview is filled with each task info along with a graph depicting each tasks Interarrival & Service
4- The Program will perform the equation for Average Waiting Time (AWT) , Average Time in System (ATS) & Utilization Percentage of our System
If you need help don't hesitate to contact me on [email protected]
Best Regards