Which description is NOT correct for the program-process-thread concepts?
- A process can have one or more threads.
- A thread is the smallest unit of execution within a process.
- Program is an executable file and passively stored on memory.
- When program is active, it becomes one or more running processes.
|