MCQs Practice Portal - Help4study.com

Cloud Computing MCQ Quiz Hub

High Performance Computing Set 4

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

What is TRUE about SHELL SORT





✅ Correct Answer: 4

Which is the fastest sorting algorithm





✅ Correct Answer: 4

Pivot in Quick sort can be selected as





✅ Correct Answer: 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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

Odd-even transposition sort is a variation of





✅ Correct Answer: 3

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





✅ Correct Answer: 4

Shell sort is an improvement on





✅ Correct Answer: 3

In parallel Quick Sort Pivot is sent to processes by





✅ Correct Answer: 1

In parallel Quick Sort each process divides the unsorted list into





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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?





✅ Correct Answer: 2

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





✅ Correct Answer: 4

In parallel quick sort Pivot selecton strategy is crucial for





✅ Correct Answer: 4

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





✅ Correct Answer: 3

Which Parallel formulation of Quick sort is possible





✅ Correct Answer: 4

Which formulation of Dijkstra's algorithm exploits more parallelism





✅ Correct Answer: 2

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





✅ Correct Answer: 3

Graph can be represented by





✅ Correct Answer: 2

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





✅ Correct Answer: 2

A* algorithm is a





✅ Correct Answer: 1

identify Load-Balancing Scheme/s





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3

__ is Callable from the host





✅ Correct Answer: 2

SIMD represents an organization that ______________.





✅ Correct Answer: 3

Select different aspects of parallelism





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3

Select the parameters which captures Memory system performance





✅ Correct Answer: 3

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.





✅ Correct Answer: 3

Select alternate approaches for Hiding Memory Latency





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

Select relevant task characteristics from the options given below:





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

Analyze the Cost of Scatter and Gather .





✅ Correct Answer: 2

All-to-all personalized communication is also known as





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3