Process
Q12.
Which is the correct definition of a valid process transition in an operating system?Q14.
Which of the following need not necessarily be saved on a context switch between processes?Q16.
There are three processes in the ready queue. When the currently running process requests for I/O how many process switches take place?Q18.
In the following process state transition diagram for a uniprocessor system, assume that there are always some processes in the ready state: Now consider the following statements: I. If a process makes a transition D, it would result in another process making transition A immediately. II. A process P2 in blocked state can make transition E while another process P1 is in running state. III. The OS uses preemptive scheduling. IV. The OS uses non-preemptive scheduling. Which of the above statements are TRUE?