Process Management

Process - a program that’s executing, like our internet browser or text editor

Program - an application we can run (ex. Chrome)

Time Slice - a very short interval of time that gets allocated to a process for CPU execution

The Kernel creates processes, efficiently schedules them, and manages how processes are terminated