Cloud Computing MCQ Quiz Hub

High Performance Computing Set 5

Choose a topic to test your knowledge and improve your Cloud Computing skills

1. In All-to-all Broadcast on a Mesh, operation performs in which sequence?




2. Messages get smaller inand stay constant in .




3. The time taken by all-to- all broadcast on a ring is.




4. The time taken by all-to- all broadcast on a mesh is.




5. The time taken by all-to- all broadcast on a hypercube is .




6. The prefix-sum operation can be implemented using the kernel




7. Select the parameters on which the parallel runtime of a program depends.




8. The time that elapses from the moment the first processor starts to the moment the last processor finishes execution is called as .




9. Select how the overhead function (To) is calculated.




10. What is is the ratio of the time taken to solve a problem on a single processor to the time required to solve the same problem on a parallel computer with p identical processing elements?




11. Which is alternative options for latency hiding?




12. __ Communication model is generally seen in tightly coupled system.




13. The principal parameters that determine the communication latency are as follows




14. The number and size of tasks into which a problem is decomposed determines the __




15. Average Degree of Concurrency is...




16. Which task decomposition technique is suitable for the 15-puzzle problem?




17. Which of the following method is used to avoid Interaction Overheads?




18. Which of the following is not parallel algorithm model




19. Nvidia GPU based on following architecture




20. What is Critical Path?




21. Which decompositioin technique uses divide-andconquer strategy?




22. Consider Hypercube topology with 8 nodes then how many message passing cycles will require in all to all broadcast operation?




23. Scatter is _________




24. If there is 4X4 Mesh Topology ______ message passing cycles will require complete all to all reduction.




25. Following issue(s) is/are the true about sorting techniques with parallel computing.




26. Partitioning on series done after ______________




27. In Parallel DFS processes has following roles.(Select multiple choices if applicable)




28. Suppose there are 16 elements in a series then how many phases will be required to sort the series using parallel odd-even bubble sort?




29. Which are different sources of Overheads in Parallel Programs?




30. The ratio of the time taken to solve a problem on a parallel processors to the time required to solve the same problem on a single processor with p identical processing elements.




31. CUDA helps do execute code in parallel mode using __________




32. In thread-function execution scenario thread is a ___________




33. In GPU Following statements are true




34. Computer system of a parallel computer is capable of_____________




35. In which application system Distributed systems can run well?




36. A pipeline is like .................... ?




37. Pipeline implements ?




38. A processor performing fetch or decoding of different instruction during the execution of another instruction is called ______ ?




39. VLIW stands for ?




40. Which one is not a limitation of a distributed memory parallel system?




41. Which of these steps can create conflict among the processors?




42. Which one is not a characteristic of NUMA multiprocessors?




43. Which of these is not a source of overhead in parallel computing?




44. Systems that do not have parallel processing capabilities are?




45. Parallel processing may occur?




46. To which class of systems does the von Neumann computer belong?




47. Fine-grain threading is considered as a ______ threading?




48. Multiprocessor is systems with multiple CPUs, which are capable of independently executing different tasks in parallel. In this category every processor and memory module has similar access time?




49. For inter processor communication the miss arises are called?




50. NUMA architecture uses _______in design?




51. A multiprocessor machine which is capable of executing multiple instructions on multiple data sets?




52. In message passing, send and receive message between?




53. The First step in developing a parallel algorithm is_________?




54. The number of tasks into which a problem is decomposed determines its?




55. The length of the longest path in a task dependency graph is called?




56. The graph of tasks (nodes) and their interactions/data exchange (edges)?




57. Mappings are determined by?




58. Decomposition Techniques are?




59. The Owner Computes Rule generally states that the process assigned a particular data item is responsible for?




60. A simple application of exploratory decomposition is_?




61. Speculative Decomposition consist of _?




62. task characteristics include?




63. Writing parallel programs is referred to as?




64. Parallel Algorithm Models?




65. The number and size of tasks into which a problem is decomposed determines the?




66. A feature of a task-dependency graph that determines the average degree of concurrency for a given granularity is its ___________ path?




67. The pattern of___________ among tasks is captured by what is known as a task-interaction graph?




68. Interaction overheads can be minimized by____?




69. Type of parallelism that is naturally expressed by independent tasks in a task-dependency graph is called _______ parallelism?




70. Speed up is defined as a ratio of?




71. Parallel computing means to divide the job into several __________?




72. _____ is a method for inducing concurrency in problems that can be solved using the divide-and-conquer strategy?




73. The___ time collectively spent by all the processing elements Tall = p TP?




74. The dual of one-to-all broadcast is ?




75. A hypercube has?




76. The Prefix Sum Operation can be implemented using the ?




77. In the scatter operation ?




78. The gather operation is exactly the inverse of the ?




79. Parallel algorithms often require a single process to send identical data to all other processes or to a subset of them. This operation is known as _________?




80. In which of the following operation, a single node sends a unique message of size m to every other node?