Microsoft Windows Question:
Download Questions PDF

What is Dispatcher?

Answer:

Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; this involves:
Switching context
Switching to user mode
Jumping to the proper location in the user program to restart that program
Dispatch latency ? time it takes for the dispatcher to stop one process and start another running.

Download Windows Interview Questions And Answers PDF

Previous QuestionNext Question
What are Dynamic Loading, Dynamic Linking and Overlays?What is the difference between unix and windows?