answersLogoWhite

0

What is the Programming code for shortest job first?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

What is the Programming code for shortest job first?

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Programming code for shortest job first?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code for shortest job first?

It is SJF.


Why shortest job first is fair is incorrect?

because its not fair


What relation holds between priority and shortest job first algorithm?

what is the diffrnce


What are the advantages of shortest job run first?

Average wait Time of processes is minimized


What job opportunities would a company called oracle ofter?

Oracle is an online database management program. To work for them you would probably need to have a degree in programming, or experience in programming code.


How is scanning of programming useful to students?

It helps students think about why certain chunks of code are there and how they affect the program itself. This helps in programming, as once you see a block of code that does one job, you can usually replicate it within your own work to bypass problems.


What relation between priority and shortest job first?

Priority scheduling is a CPU scheduling algorithm where each process has a priority associated with it. Shortest job first (SJF) is a scheduling algorithm where the process with the shortest burst time is scheduled first. The relationship between the two is that a priority scheduling algorithm can be used where the priority of a process is determined by its burst time, effectively making it similar to a shortest job first algorithm.


What is the shortest verse in the NIV Bible?

Job 3:2 "He said:" is the shortest.


Who is the shortest man referred in bible?

ZaccheusAnswer:According to the Bible: "Bildad" would have to be the shortest. He was a "Shuhite" [Job 2:11].


What kind of jobs are available with a computer programming career?

Software jobs are available for people with computer programming degrees. Job salaries vary by type of job.


What do you mean by scheduling algorithm in OS?

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


What are the disadvantages of FCFS scheduling?

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.