:Explain how the system handles conflicts when jobs are put into a waiting queue, and there are jobs still entering the system. Which job goes first?
. Explain how the system handles the “job clocks,” which keep track of the amount of time each job has run, and the “wait clocks,” which keep track of how long each job in the waiting queue has to wait. e. Since this is an event-driven system, explain how you define “event,” and what happens in your system when the event occurs. f. Look at the results from the best-fit run and compare them with the results from the first-fit run