Ask Question
18 January, 01:31

A computer has 9850 processes and 172 of them where suspended while 276 were terminated., explain why some of the processes where terminated and why some where suspended

+5
Answers (1)
  1. 18 January, 01:56
    0
    276 of those process may have been terminated because they had run the course of their cycle of execution. When the course and purpose of a process are complete, the operating system terminates it thus releasing processor resources for the execution of other processes.

    Suspension of the 172 processes may have happened because they were idle. This algorithm is common with Windows 8 and Windows 10. The OS is designed to do this so that more resources are available to active processes.

    There are two types of suspended states:

    Ready Suspended: This happens when the system due to low memory suspends a process for transfer to secondary memory.

    2. Block Suspended: A process can also go from Blocked to Suspended. These types of processes are usually found in secondary memory

    Cheers!
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A computer has 9850 processes and 172 of them where suspended while 276 were terminated., explain why some of the processes where ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers