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