User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
faq [2021/03/17 14:23] jxufaq [2021/03/17 14:24] jxu
Line 191: Line 191:
    
 Write the code so that the program allows the user to enter as input parameters the following: Write the code so that the program allows the user to enter as input parameters the following:
-  the number of processes;  +  the number of processes;  
-  the Arrival Time of each process; +  the Arrival Time of each process; 
-  the CPU Computation Time for each process;+  the CPU Computation Time for each process;
  
  
Line 210: Line 210:
  
 When adding each additional feature, write the code so that the program allows the user to enter as input parameters the following: When adding each additional feature, write the code so that the program allows the user to enter as input parameters the following:
-  the number of processes; +  the number of processes; 
-  the Arrival Time of each process; +  the Arrival Time of each process; 
-  the Priority of each process; +  the Priority of each process; 
-  the Sequence of CPU Computation Time and I/O Time Requirements for each process;+  the Sequence of CPU Computation Time and I/O Time Requirements for each process;
  
 When adding each additional feature, write code which computes the Average Waiting Times and Average Turnaround Times for When adding each additional feature, write code which computes the Average Waiting Times and Average Turnaround Times for
 any set of user input parameters above.    any set of user input parameters above.   
faq.txt · Last modified: 2021/04/26 22:20 by jxu