Jump to content

6.2 Process Management

From Computer Science Knowledge Base
Revision as of 20:03, 10 July 2025 by Mr. Goldstein (talk | contribs) (Created page with "=== 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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.