Exam-style question
Try this first
Why is resource management needed when several processes are running?.
- A.The processes may compete for the same hardware resources.
- B.Each process automatically owns every hardware resource.
- C.Hardware resources are not used by processes.
- D.The operating system only manages software and not hardware.
Model answer
What a good answer should say
- The processes may compete for the same hardware resources.
Explanation
Why this works
Processes can compete for processors, memories and I/O devices. The operating system manages these resources and allocates them between the competing processes.
Common mistake
No common mistake is linked to this question yet.
