新冠肺炎发生后,信息化如何满足疫情上报、监测、评估需要
查看答案
Which module gives control of the CPU to the process selected by the short-term scheduler?
A. dispatcher
B. interrupt
C. scheduler
D. none of the mentioned
The processes that are residing in main memory and are ready and waiting to execute are kept on a list called _____________
A. job queue
B. ready queue
C. execution queue
D. process queue
The interval from the time of submission of a process to the time of completion is termed as ____________
A. waiting time
B. turnaround time
C. response time
D. throughput
Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?
A. first-come, first-served scheduling
B. shortest job scheduling
C. priority scheduling
D. none of the mentioned