505 views
1 votes
1 votes
Which of the following event doesn't effect a process in the running time ?

a) Interupt b) exit c) I/O event d)schedular dispatch

2 Answers

Best answer
4 votes
4 votes
Correct Answer is D) Schedular Dispatch

Because Interrupt causes immediate attention of processor. Exit will terminate the program and I/O event shift the process from processor to Blocked Queues.
selected by

Related questions

0 votes
0 votes
0 answers
3
roopkathaaa asked Aug 30, 2023
365 views
Let the base priority of a system be 130 and the nice value provided is -10. What is the time slice that the process gets in the O(1) scheduling algorithm?if it should be...
0 votes
0 votes
1 answer
4