This document summarizes Chapter 3 from the textbook "Operating System Concepts - 8th Edition" by Silberschatz, Galvin and Gagne. The chapter discusses processes, including the process concept, scheduling, operations on processes, and interprocess communication. Key points include that a process is a program in execution, processes have various states like ready, running, waiting, and that the operating system uses process control blocks and queues to manage processes and allocate CPU resources using schedulers. Interprocess communication allows cooperating processes to communicate through methods like message passing and shared memory.