1. What is meant by 'Process States' in operating systems?
The different phases a process goes through from creation to termination, such as ready, running, waiting, and terminated.
Обяснение
Process states refer to the different stages a process goes through during its lifecycle in an operating system, including states like ready, running, waiting, and terminated. These states indicate what the process is currently doing and are essential for process management and scheduling.