FCFS Disk Scheduling

First Come First Served(FCFS) algorithm for disk Scheduling

Program:-


Output:-

enter number of location   8
enter position of head   53
enter elements of disk queue
98
183
37
122
14
124
65
67
movement of total cylinders 640

Comments