CS350_Crossword

12345678910111213141516171819202122232425
Across
  1. 3. Searching in which elements should be in sorted order.
  2. 4. This memory is placed between CPU and Main memory.
  3. 6. sender and receiver do not wait for each other while transferring the message.
  4. 8. This law is used to compute the speed up of parallel computation.
  5. 10. Multiple instructions can be executed on same data.
  6. 13. In this computing several computers collaboratively solve a problem.
  7. 14. Invalidate and update are protocols about Cache ______________.
  8. 16. Special processor for graphics operations.
  9. 19. All processors are not same.
  10. 20. In this tree network, more connections are used near the root.
  11. 21. In this method a process is divided in to several stages.
  12. 23. In this computing instructions are concurrently executed.
  13. 25. In this coupling method, all processors share a global memory.
Down
  1. 1. Data transfer rate.
  2. 2. sender and receiver to wait for each other while transferring the message.
  3. 5. Every processor can access the memory location with same speed.
  4. 7. All processors are same.
  5. 9. Delay in reading/writing.
  6. 11. Another name of bin sort.
  7. 12. It can be a perfect shuffle network.
  8. 15. Every processor can access the memory location with different speed.
  9. 17. In this class of PRAM,multiple read and write accesses to a common memory location are allowed.
  10. 18. This computing is traditional.
  11. 22. In this machine instructions are executed parallely.
  12. 24. In this coupling method, each processor has its own local memory.