Operating system Crossword
Across
- 3. Technique allowing execution of processes not fully in memory
- 6. Switching CPU from one process to another
- 8. Data structure containing process information
- 12. Signal causing CPU to stop current execution
- 14. Running multiple programs in memory concurrently
- 15. Deadlock avoidance algorithm by Dijkstra
- 16. Scheduling using fixed time quantum
- 17. Queue where processes wait to run
- 19. Scheduling algorithm serving processes in order of arrival
- 22. Scheduling algorithm selecting shortest next process
- 23. Component that selects next process to run
- 24. Occurs when a page is not found in main memory
Down
- 1. Core component of operating system
- 2. State when the CPU is executing a process
- 4. Mechanism to prevent simultaneous access to resource
- 5. Current condition of a process
- 7. Variable used for process synchronization
- 8. Memory block used in paging
- 9. Part of code where shared resources are accessed
- 10. Physical memory block in paging
- 11. Least Recently Used page replacement algorithm
- 13. Scheduling based on importance of process
- 18. Situation where processes wait forever for each other
- 20. A program in execution
- 21. Interface between process and operating system