a) going to an address in memory b) locating an address with the help of another address c) binding two addresses ...
View QuestionWhat is the solution to starvation?
a) the number of rollbacks must be included in the cost factor b) the number of resources must ...
View QuestionIf the resources are always preempted from the same process __________ can occur.
a) deadlock b) system crash c) aging d) starvation Answer: d Explanation: If the resources are always preempted from ...
View QuestionTo _______ to a safe state, the system needs to keep more information about the states of processes.
a) abort the process b) roll back the process c) queue the process d) ...
View QuestionIf we preempt a resource from a process, the process cannot continue with its normal execution and it must be ____________
a) aborted b) rolled back c) terminated d) queued Answer: b Explanation: If we preempt a resource ...
View QuestionCost factors for process termination include ____________
a) Number of resources the deadlock process is not holding b) CPU utilization at the time of deadlock
View QuestionThe process to be aborted is chosen on the basis of the following factors?
a) priority of the process b) process is interactive or batch c) how long the process has computed d) all ...
View QuestionThose processes should be aborted on occurrence of a deadlock, the termination of which?
a) is more time consuming b) incurs minimum cost c) safety is not hampered d) all of the mentioned
View QuestionThe two ways of aborting processes and eliminating deadlocks are ____________
a) Abort all deadlocked processes b) Abort all processes c) Abort one process at a time until the deadlock cycle is ...
View QuestionA deadlock can be broken by ____________
a) abort one or more processes to break the circular wait b) abort all the process in the system c) preempt ...
View Question