Question: The portion of the process scheduler in an operating system that dispatches processes is concerned with __
Correct Answer: C. c) assigning ready processes to CPU
Explanation: The portion of the process scheduler that dispatches processes is concerned with assigning ready processes to the CPU.
This means it's responsible for selecting which process from the ready queue will be allocated the CPU for execution.