795 views

2 Answers

3 votes
3 votes
I think Right answer is (c) Interrupt handling because context switching happens due to any one of the following reason:--
(1) when a high priority process comes to ready state,compare to priority of running process.
(2) Interrupt occurs.
(3) user and kernel mode switch.
(4) preemptive CPU scheduling used...
1 votes
1 votes
interrupt handler because when context switching happen saving state of process and moving to next process ishappens at interrupt handler

Related questions

4.9k
views
1 answers
2 votes
Manoj Majumdar asked Oct 2, 2016
4,904 views
Consider a disk with the following specification disk block size is 'S' bytes; Disk Block address id 'D' bits, Disk size is 'B' bytes. 'K' of the total blocks are in use. What is the total ... (1+D) - DS)/Sc) B/S + ((B-K)/S).Dd) B/S + K.D
338
views
0 answers
0 votes
Sandy Sharma asked Mar 23, 2019
338 views
I have solved previous year questions of gate.Various test series have ill formed questions related to memory management .I am looking for some ... management)For example Some foreign university assignment questions, nptel questions .etc
3.1k
views
1 answers
2 votes
aishwarydewangan asked Jul 28, 2017
3,130 views
Consider an indexed file allocation using index nodes (inodes). An inode contains among other things, 14 direct indexes, one indirect index, two double ... ____MB4. What is the maximum file size possible in this allocation scheme?____GB
142
views
1 answers
0 votes