Processes

In this chapter, we will:

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