What distinguishes a process from a program file stored on disk?
A process is a running instance with memory, state, and scheduler participation.
A process is merely another name for the unchanged executable file.
A process is a completed task archived permanently by the shell.
A process consists only of a command name with no memory or state.