Terminology mastery Process
Many learners can open apps but do not yet know what is actually running underneath. Without this word, process management and troubleshooting stay mysterious.
Pronunciation: PRAH-sess Say it like: PRAH-sess
Plain meaning A program is the code on disk. A process is that program while it is actively running and using memory, CPU time, and other resources.
Explain it to a kid A process is a program that is alive and working right now.
In plain words
A program becomes a process when the system loads it into memory and starts running it.
Common confusion
A window is not the same as a process. One app window can hide several processes, and some processes have no visible window at all.
Examples - Your browser can create many processes.
- A process can keep running even when you no longer see a window.