This document discusses different CPU scheduling algorithms and their criteria for evaluation. It describes that a good scheduling algorithm should maximize CPU utilization and throughput while minimizing waiting time, response time, and turnaround time. Common algorithms mentioned are First Come First Serve (FCFS), Shortest Job First (SJF), Priority Scheduling, and Round Robin. Gantt charts are used to visually represent schedules and examples are provided to demonstrate how different algorithms work.