CS350 Crossword Puzzle
Across
- 1. In this class of PRAM, read accesses to a memory location are serialized and multiple write accesses are allowed.
- 3. A serial computer based on streams.
- 6. Multiple data can be processed but same instruction on all data.
- 8. Strassen's matrix multiplication uses _________________ multiplications.
- 10. Another name of bin sort.
- 13. This law is used to compute the speed up of parallel computation.
- 14. These types of networks are static.
- 16. This memory is placed between CPU and Main memory.
- 17. All processors are not same.
- 18. In this method a process is divided in to several stages.
- 22. In this tree network, more connections are used near the root.
- 23. File system used in Hadoop.
- 24. Every processor can access the memory location with same speed.
- 25. Several instructions can be executed on multiple data.
- 28. All processors are same.
- 30. In this coupling method, all processors share a global memory.
- 31. In this computing several computers collaboratively solve a problem.
- 33. Every processor can access the memory location with different speed.
- 35. In this class of PRAM, read and write accesses to a memory location are serialized.
- 36. In this class of PRAM,multiple read and write accesses to a common memory location are allowed.
Down
- 2. Message Passing is a form of _______________between objects.
- 4. This computing is traditional.
- 5. Special processor for graphics operations.
- 7. In a prallell mahcine,processors ae connected by _________________ network.
- 9. sender and receiver to wait for each other while transferring the message.
- 11. Invalidate and update are protocols about Cache ______________.
- 12. Searching in which elements should be in sorted order.
- 15. sender and receiver do not wait for each other while transferring the message.
- 18. In this machine instructions are executed parallely.
- 19. In this computing instructions are concurrently executed.
- 20. Delay in reading/writing.
- 21. Crossbar is ____________network because nodes are not directly connected.
- 26. Multiple instructions can be executed on same data.
- 27. In this coupling method, each processor has its own local memory.
- 29. It can be a perfect shuffle network.
- 32. Data transfer rate.
- 34. In this class of PRAM, multiple read accesses to a memory location are allowed and write access is serialized.