You are on page 1of 1

Objectives

• To introduce the notion of a process -- a program in


execution, which forms the basis of all computation
• To distinguish between process, program and thread.
• To clarify the various features of processes, including
scheduling, creation and termination, and communication
• To implement process management operations using
appropriate data structures and API’s.

You might also like