Operating System- Technical Cross word Puzzle 1
Across
- 2. integer variable to solve critical section
- 4. processes that depend on other processes or processes.
- 6. The segment of code in which the process may change common variables, update tables, write into files is known as
- 7. program after execution
- 9. communicate with each other without sharing the same address space
- 10. When a process is in a “Blocked” state waiting for some I/O service. When the service is completed, it goes
Down
- 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
- 3. if a process is executing in its critical section, then no other process must be executing in their critical sections
- 5. system calls is used to create a new process in Unix
- 8. Which module gives control of the CPU to the process selected by the short-term scheduler