Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCFS disk scheduling algorithm in Java ,python,c,c++ #1270

Closed
SimranLahrani842 opened this issue Jun 13, 2023 · 4 comments
Closed

FCFS disk scheduling algorithm in Java ,python,c,c++ #1270

SimranLahrani842 opened this issue Jun 13, 2023 · 4 comments

Comments

@SimranLahrani842
Copy link
Contributor

Given an array of disk track numbers and initial head position, we need to find the total number of seek operations done to access all the requested tracks if First Come First Serve (FCFS) disk scheduling algorithm is used.

First Come First Serve (FCFS)
FCFS is the simplest [disk scheduling algorithm]. As the name suggests, this algorithm entertains requests in the order they arrive in the disk queue. The algorithm looks very fair and there is no starvation (all requests are serviced sequentially) but generally, it does not provide the fastest service.

@SimranLahrani842
Copy link
Contributor Author

Given an array of disk track numbers and initial head position, we need to find the total number of seek operations done to access all the requested tracks if First Come First Serve (FCFS) disk scheduling algorithm is used.

First Come First Serve (FCFS) FCFS is the simplest [disk scheduling algorithm]. As the name suggests, this algorithm entertains requests in the order they arrive in the disk queue. The algorithm looks very fair and there is no starvation (all requests are serviced sequentially) but generally, it does not provide the fastest service.

Assign me this @Kumar-laxmi

@SimranLahrani842 SimranLahrani842 changed the title FCFS disk scheduling algorithm FCFS disk scheduling algorithm in Java ,python,c,c++ Jun 14, 2023
@jahnvisahni31
Copy link

assign me this

@mayank2mahi
Copy link

@Kumar-laxmi Sir ji please assign me this issue as I eagerly want to contribute to this issue under SSoC'23.

Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants