Computer Science, asked by fatumambwana185, 8 months ago

with an example show shortest job first processing

Answers

Answered by IMDILJAAN
0

Answer:

A process with shortest burst time begins execution. If a process with even a shorter burst time arrives, the current process is removed or preempted from execution, and the shorter job is allocated CPU cycle.

...

Similar questions