Exam Answers
Exam Answers
Question One (A): Write true or false and correct the false
1. A process is a program in buffer. ( )
• Process is a program in execution; process execution must progress in
sequential fashion
2. multi-threaded process has two program counter per thread. ( )
• Multi-threaded process has one program counter per thread
Question Two:
A. What are the Activities of Process Management?
• Creating and deleting both user and system processes
• Suspending and resuming processes
• Providing mechanisms for process synchronization
• Providing mechanisms for process communication
• Providing mechanisms for deadlock handling