Operating Systems Concepts - Engineering

Q1:

The dispatcher

A actually schedules the tasks into the processor

B puts tasks in I/O wait

C is always small and simple

D never changes task priorities

E None of the above

ANS:A - actually schedules the tasks into the processor

Dispatcher is the one who gives control of the process selected by scheduler to CPU.

Thus it schedules the task into processor.