Across
- 1. Which hardware unit reduces page table lookup time
- 3. Which algorithm is used for topological sorting
- 5. Which register stores the address of the next instruction
- 8. Which data structure is used in breadth‑first search
- 10. Which scheduling algorithm may cause starvation due to continuous arrival of shorter jobs
- 11. Which algorithm is used for shortest path in weighted graphs with non‑negative edges
- 12. In Java, which interface provides sequential element traversal
- 13. Which hazard occurs when instructions depend on unavailable data
- 14. Which memory is faster than RAM
- 15. Which cache mapping technique allows a block to go into any line
- 17. Which algorithm detects cycles in a linked list
- 18. Which memory management technique divides memory into fixed blocks
Down
- 2. In Java, which collection guarantees insertion order
- 3. Which algorithm finds the minimum spanning tree
- 4. Which algorithm is used to find strongly connected components in a graph
- 5. Which technique allows overlapping instruction execution
- 6. Which traversal of a BST gives sorted order
- 7. Which architecture emphasizes simple instructions per cycle
- 9. In Java, which keyword prevents inheritance of a class
- 16. In Java, which keyword is used to call a parent class constructor
