Jump to content

6.2 Process Management

From Computer Science Knowledge Base

6.2 Process Management

As we learned, a "process" is just a running program. When you open a game, that's one process. When you open a web browser, that's another. The OS needs to manage all these processes to make sure your computer runs efficiently and doesn't freeze.