A process in an operating system cycles through several states during its lifetime. NEW is when it's created, READY when waiting for CPU, RUNNING when executing, and WAIT (or BLOCKED) when waiting for I/O or resources. These are the fundamental states in process management.