Problem
1. The completion of process execution doesn't mean that the process is dead. True or false?
2. Write a program where the parent dies after creating a child. Display the value of the PPID in the child. Explain your observations.
3. Why are the attributes of an open file held in two tables rather than one?
4. Does each entry in the file descriptor table have a separate file table associated with it?