InterviewSolution
Saved Bookmarks
| 1. |
How Does The System Determine The Priority Of A Job For Execution? |
|
Answer» First the SYSTEM determines which JOB has the highest class. Each class has a job QUEUE with JOBS of different priorities. The system will select the job for execution that has the highest PRTY (0 thru 15) 15 is the highest priority. First the system determines which job has the highest class. Each class has a job queue with jobs of different priorities. The system will select the job for execution that has the highest PRTY (0 thru 15) 15 is the highest priority. |
|