Operating System- Technical Cross word Puzzle 1

12345678910
Across
  1. 2. integer variable to solve critical section
  2. 4. processes that depend on other processes or processes.
  3. 6. The segment of code in which the process may change common variables, update tables, write into files is known as
  4. 7. program after execution
  5. 9. communicate with each other without sharing the same address space
  6. 10. When a process is in a “Blocked” state waiting for some I/O service. When the service is completed, it goes
Down
  1. 1. A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called
  2. 3. if a process is executing in its critical section, then no other process must be executing in their critical sections
  3. 5. system calls is used to create a new process in Unix
  4. 8. Which module gives control of the CPU to the process selected by the short-term scheduler