This document summarizes key concepts from Chapter 6 of the textbook "Operating System Concepts - 9th Edition" by Silberschatz, Galvin and Gagne. It discusses CPU scheduling algorithms such as first-come first-served, shortest job first, priority scheduling, and round robin. It covers scheduling criteria like CPU utilization, throughput, turnaround time and waiting time. It also describes techniques like predicting next CPU burst times, aging priorities to prevent starvation, and using multilevel queues and feedback queues.