150k views
1 vote
The process to be aborted is chosen on the basis of the following factors (choose all that apply):

a) Priority of the process
b) Process is interactive or batch
c) How long the process has computed
d) How much more long before its completion
e) How many more resources the process needs before its completion
f) How many and what type of resources the process has used
g) How many resources are available in the system
h) All of these

User Nfplee
by
8.0k points

1 Answer

3 votes

Final answer:

The question is asking about the factors that are considered when choosing a process to abort in an operating system.

Step-by-step explanation:

The subject of this question is Operating Systems. The question is asking about the factors that are considered when choosing a process to abort. The process of choosing which process to abort is an important aspect of operating systems.

Some of the factors that are considered when choosing which process to abort include the priority of the process, whether the process is interactive or batch, how much longer the process needs to compute, how many more resources the process needs before completion, how many and what type of resources the process has used, and how many resources are available in the system. Therefore, the correct answer is h) All of these.

For example, if a process has a lower priority and is not interactive, it may be a good candidate for abortion. Additionally, if a process is close to completion but still requires a significant amount of resources, it may be better to abort it and allocate those resources to other processes.

User Pumpkee
by
9.0k points