What is used for deciding priority to allocate CPU time to a process?
Linker
Scheduler
Loader
Debugger
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2019
In an operating system, the Scheduler (specifically, the CPU scheduler) is responsible for deciding which process among the ready processes should be allocated the CPU. Scheduling algorithms often use priority as a key factor in making this decision, giving higher priority processes preferential access to the CPU. Linkers, loaders, and debuggers are software tools involved in the development and execution lifecycle but are not primarily responsible for runtime CPU allocation priority.