Consistency – CC
Scheduling algorithms determine the order in which tasks are executed in a concurrent system. These algorithms aim to balance CPU utilization, responsiveness, and fairness among tasks to optimize system performance.
Geeks For Geeks Article: CPU Scheduling in Operating Systems
Geeks For Geeks Article: Preemptive and Non-Preemptive Scheduling