Windows Programing Question:
Download Questions PDF

Explain Dispatcher?

Windows Programing Interview Question
Windows Programing Interview Question

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 Programing Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is the need of process relative handles?Explain Difference between Primary storage and secondary storage?