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:13] jxufaq [2021/03/17 14:15] jxu
Line 178: Line 178:
 **Answer to Question 20**: : As a first step, you may try to write the code only for a //**very basic and simple Java program**//, which only needs to handle the following:  **Answer to Question 20**: : As a first step, you may try to write the code only for a //**very basic and simple Java program**//, which only needs to handle the following: 
      
-  - (1) Each process //**only executes once on the CPU**// before terminating; +  -  Each process //**only executes once on the CPU**// before terminating; 
-  - (2) Each process //**never does any I/O**// on any I/O device; +  -  Each process //**never does any I/O**// on any I/O device; 
-  - (3) All processes have the //**same single CPU Computation Time**//; +  -  All processes have the //**same single CPU Computation Time**//; 
-  - (4) Only the simplest //**C1. Nonpreemptive First-Come, First-Served (FCFS) CPU Scheduling**// Algorithm is used.+  -  Only the simplest //**C1. Nonpreemptive First-Come, First-Served (FCFS) CPU Scheduling**// Algorithm is used.
  
  
faq.txt · Last modified: 2021/04/26 22:20 by jxu