Question
Which statement best distinguishes a process from a program?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A process is a program in execution with state and allocated resources
Explanation:
A program is passive code, while a process is an active execution instance with registers, memory, and resources.
Multiple processes can execute the same program independently.
Leave a Reply