A process is a(n) ________ entity, whereas a program is a(n) ________ entity.…
2018
A process is a(n) ________ entity, whereas a program is a(n) ________ entity. Options:
- A.
Passive, Passive
- B.
Passive, Active
- C.
Active, Passive
- D.
Active, Active
Attempted by 602 students.
Show answer & explanation
Correct answer: C
A process is an active entity representing a program in execution with allocated resources and state. In contrast, a program is a passive entity consisting of static code stored on disk until it is loaded into memory.