Can you create a java program that will make a CPU SCHEDULER w/ First Come First Serve,Round Robin,Priority Scheduling(Preemptive & Non-Preemptive)& Shortest Job First(Preemptive & Non-Preemptive)

that will compute for Waiting time,Average waiting time,turnaround time and throughput

1 answer

If you have done threads with Java, you could programme each of the scheduling algorithms, and simulate the operation and obtain statistics using random data.

If you have not done threads, you can still simulate the operation of the scheduling, by assuming a discrete (constant) time for each operation.

We will be glad to help you with your work, but we do not write the programme for you.
Similar Questions
  1. 1. What is Java SE?A. Java Standard Edition* B. Java Software Editor C. Java Scientific Edition D. Java Software Emulator 2.
    1. answers icon 1 answer
  2. PLZ HELP ASAP1. What is Java SE? A. Java Standard Edition B. Java Software Editor C. Java Scientific Edition D. Java Software
    1. answers icon 2 answers
    1. answers icon 4 answers
  3. I did this java program, i just want someone to correct it.In this exercise, you will be writing a simple java program to
    1. answers icon 3 answers
more similar questions