Cloud Computing MCQ Quiz Hub

High Performance Computing Set 4

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

1. What is TRUE about SHELL SORT




2. Which is the fastest sorting algorithm




3. Pivot in Quick sort can be selected as




4. In first step of parallelizing quick sort for n elements to get subarrays, which of the following statement is TRUE C. two processes are used




5. In Binary tree representation created by execution of Quick sort, Pivot is at C.




6. What is the worst case time complexity of a quick sort algorithm?




7. What is the average running time of a quick sort algorithm?




8. Odd-even transposition sort is a variation of




9. What is the average case time complexity of odd-even transposition sort?




10. Shell sort is an improvement on




11. In parallel Quick Sort Pivot is sent to processes by




12. In parallel Quick Sort each process divides the unsorted list into




13. Time Complexity of DFS is? (V – number of vertices, E – number of edges)




14. A person wants to visit some places. He starts from a vertex and then wants to visit every vertex till it finishes from one vertex, backtracks and then explore other vertex from same vertex. What algorithm he should use?




15. Given an array of n elements and p processes, in the message-passing version of the parallel quicksort, each process stores ---------elements of array




16. In parallel quick sort Pivot selecton strategy is crucial for




17. In execution of the hypercube formulation of quicksort for d = 3, split along -----------dimention to partition sequence into two big blocks, one greater than pivot and other smaller than pivot as shown in diagram




18. Which Parallel formulation of Quick sort is possible




19. Which formulation of Dijkstra's algorithm exploits more parallelism




20. The space required to store the adjacency matrix of a graph with n vertices is




21. Graph can be represented by




22. to solve the all-pairs shortest paths problem which algorithm/s is/are used a) Floyd's algorithm b) Dijkstra's single-source shortest paths c) Prim's Algorithm d) Kruskal's Algorithm




23. A* algorithm is a




24. identify Load-Balancing Scheme/s




25. important component of best-first search (BFS) algorithms is




26. A CUDA program is comprised of two primary components: a host and a _____.




27. the BlockPerGrid and ThreadPerBlock parameters are related to the ________ model supported by CUDA.




28. __ is Callable from the host




29. SIMD represents an organization that ______________.




30. Select different aspects of parallelism




31. Select correct answer: DRAM access times have only improved at the rate of roughly % per year over this interval.




32. Analyze, if the second instruction has data dependencies with the first, but the third instruction does not, the first




33. Select the parameters which captures Memory system performance




34. Consider the example of a fire- hose. If the water comes out of the hose five seconds after the hydrant is turned on. Once the water starts flowing, if the hydrant delivers water at the rate of 15 gallons/second. Analyze the bandwidth and latency.




35. Select alternate approaches for Hiding Memory Latency




36. Select which clause in OpenMP is similar to the private, except values of variables are initialized to corresponding values before the




37. Which of the following projects of Blue Gene is not in development?




38. A decomposition can be illustrated in the form of a directed graph with nodes corresponding to tasks and edges indicating that the result of one task is required for processing the next. Such graph is called as




39. In which case, the owner computes rule implies that the output is computed by the process to which the output data is assigned?




40. Select relevant task characteristics from the options given below:




41. A classic example of game playing - each 15 puzzle board is the example of




42. Which model is equally suitable to shared-address- space or message- passing paradigms, since the interaction is naturally two ways.




43. In which type of the model, tasks are dynamically assigned to the processes for balancing the load?




44. Select the appropriate stage of GPU Pipeline which receives commands from CPU and also pulls geometry information from system memory.




45. In all-to-one reduction, data items must be combined piece-wise and the result made available at a processor.




46. Analyze the Cost of Scatter and Gather .




47. All-to-all personalized communication is also known as




48. All-to-all personalized communication is performed independently in each row with clustered messages of size on a mesh.




49. In All-to-All Personalized Communication on a Ring, the size of the message reduces by at each step




50. All-to-All Broadcast and Reduction algorithm on a Ring terminates in steps.