522. | The approach in which one thread immediately terminates the target thread is known as ___________ cancellation |
Discuss |
Answer: (b).Asynchronous
|
523. | The target thread periodically checks whether it should terminate, allowing it an opportunity to terminate itself in an orderly fashion is ___________ cancellation |
Discuss |
Answer: (a).Deferred
|
525. | A solution to the problem of starvation of low-priority processes is |
Discuss |
Answer: (a).Aging
|
526. | Which one scheduling algorithm is designed especially for time sharing systems |
Discuss |
Answer: (d).Round-robin scheduling
|
527. | Push migration and pull migration are two types of ________ approach |
Discuss |
Answer: (a).Load balancing
|
528. | Two general approaches are used to handle critical sections in operating systems which are preemptive and nonpreemptive ________ |
Discuss |
Answer: (b).kernels
|
529. | A _______ is a technique for passing information from one program process to another |
Discuss |
Answer: (b).pipe
|
530. | The value of a binary semaphore can range between |
Discuss |
Answer: (a).0 and 1
|