Operating System

123456789101112131415161718192021222324
Across
  1. 6. — Action taken to solve detected deadlock.
  2. 8. — Condition where resources cannot be forcibly taken back.
  3. 10. — Action when process frees a resource.
  4. 12. — State of possessing a resource currently.
  5. 14. — Technique to find if deadlock has occurred.
  6. 15. — Condition where process holds one resource while waiting for another.
  7. 18. — Condition where processes form a circular chain.
  8. 19. — Graph used to detect deadlock visually.
  9. 20. — Algorithm used to avoid deadlock safely.
  10. 22. — Action when a process asks for a resource.
  11. 23. — Terminating a process to release resources.
  12. 24. — Technique to avoid deadlock by denying conditions.
Down
  1. 1. — State where deadlock may eventually occur.
  2. 2. — Another name for circular wait pattern.
  3. 3. — State of waiting process due to unavailable resource.
  4. 4. — Long wait for resource even if not deadlocked.
  5. 5. — Deadlock condition where resources cannot be shared.
  6. 7. — Reverting a process to a safe state during recovery.
  7. 9. — Action of process when a required resource is unavailable.
  8. 11. — Technique using safe states to prevent deadlock.
  9. 13. — When two processes need resources at the same time.
  10. 16. — State where the system can allocate resources without deadlock.
  11. 17. — Condition where processes wait forever for resources.
  12. 21. — System responsible for handling deadlock management.
  13. 22. — Anything a process needs to continue execution.