1. What is process mangament?
Managing the execution of computer programs
Managing utilisation or memory (RAM)
Manage storing files on secondary storage
Manage network usage
2. Why does an operating system need to manage processes?
To ensure that tasks get completed and that CPU time is allocated fairly
To ensure that it does not need to use virtual memory
To ensure that it does not run out addressable of memory (RAM)
To ensure it does not run out of secondary storage space