

InterviewSolution
Saved Bookmarks
1. |
Which of the following can preempt the current thread and reschedule the high priority thread in the kernel?(a) interrupt(b) lpc(c) file system(d) memoryThe question was posed to me in exam.The origin of the question is Characteristics of Windows NT-II in chapter Real Time Operating systems of Embedded Systems |
Answer» RIGHT answer is (a) interrupt For explanation I would say: The interrupts and the similar events such as exceptions can pass through the kernel which can preempt the CURRENT THREAD and the can reschedule the high priority thread to PROCESS. |
|