Processes
In this chapter, we will:
- Define what a process is and describe how a process' data is stored in memory.
- Explain how a process gets to run and the OS elements involved in this decision.
- Describe what operations could be done with processes, from launching to quitting.
- List the various, commonly used methods for interprocess communication (IPC).