because its not fair
What is the Programming code for shortest job first?
It is SJF.
what is the diffrnce
Average wait Time of processes is minimized
A plumbber I am sorry but that is incorrect. His first job was at the precision tool company June 1951. He worked there for only one month
In that work system, the shortest job gets higher priority because more gets accomplished in any amount of time. If you have two hours to do 4 tasks and one task will take five minutes, one will take 30 minutes, one will take an hour and one will take an hour and a half, by using the shortest job first method, you will accomplish three tasks in those two hours and part of the fourth task. If you do the longest job first, you will accomplish the task that takes an hour and a half, then only part of the one hour task, but nothing on the 5 minute or 30 minute tasks. That means that by doing the shortest jobs first, you will accomplish three times as many tasks as you will by doing the longest jobs first.
Job 3:2 "He said:" is the shortest.
The job fair is in BASAVESHWAR NAGAR for all the engineering candidates
Job Fair - The Office - was created on 2008-05-08.
ZaccheusAnswer:According to the Bible: "Bildad" would have to be the shortest. He was a "Shuhite" [Job 2:11].
its the algorithm that tells the os what to process next.goes according to :shortest job firstshortest remaining time firstround robin- first in first out system
in fcfs scheduling there is a shortcoming that is if any rocess of maximum brust time is first ome. and after that many short burst time process come. then smaller pocesses have to wait for a long time untill the max brust time process complete their execution. in case of shortest job first it applied the method to give shortest t\burst time job to processer first.