๐Ÿงช High Performance Computing (HPC) MCQ Quiz Hub

High Performance Computing (HPC) MCQ Set 2

Choose a topic to test your knowledge and improve your High Performance Computing (HPC) skills

wimpleat way to send p-1 messages from source to the other p-1 processors





โœ… Correct Answer: 3

In a eight node ring, node ____ is source of broadcast





โœ… Correct Answer: 4

The processors compute ______ product of the vector element and the loval matrix





โœ… Correct Answer: 1

one to all broadcast use





โœ… Correct Answer: 1

In a broadcast and reduction on a balanced binary tree reduction is done in ______





โœ… Correct Answer: 1

if "X" is the message to broadcast it initially resides at the source node





โœ… Correct Answer: 4

logical operators used in algorithm are





โœ… Correct Answer: 3

Generalization of broadcast in Which each processor is





โœ… Correct Answer: 1

The algorithm terminates in _____ steps





โœ… Correct Answer: 4

Each node first sends to one of its neighbours the data it need to....





โœ… Correct Answer: 1

The second communication phase is a columnwise ______ broadcast of consolidated





โœ… Correct Answer: 1

All nodes collects _____ message corresponding to โˆšp nodes to their respectively





โœ… Correct Answer: 1

It is not possible to port ____ for higher dimensional network





โœ… Correct Answer: 1

If we port algorithm to higher dimemsional network it would cause





โœ… Correct Answer: 2

In the scatter operation ____ node send message to every other node





โœ… Correct Answer: 1

The gather Operation is exactly the inverse of _____





โœ… Correct Answer: 1

Similar communication pattern to all-to-all broadcast except in the_____





โœ… Correct Answer: 1

Group communication operations are built using which primitives?





โœ… Correct Answer: 3

__ can be performed in an identical fashion by inverting the process.





โœ… Correct Answer: 2

Broadcast and reduction operations on a mesh is performed





โœ… Correct Answer: 3

Cost Analysis on a ring is





โœ… Correct Answer: 1

Cost Analysis on a mesh is





โœ… Correct Answer: 4

Communication between two directly link nodes





โœ… Correct Answer: 3

All-to-one communication (reduction) is the dual of ______ broadcast.





โœ… Correct Answer: 2

Which is known as Reduction?





โœ… Correct Answer: 1

Which is known as Broadcast?





โœ… Correct Answer: 2

The dual of all-to-all broadcast is





โœ… Correct Answer: 1

All-to-all broadcast algorithm for the 2D mesh is based on the





โœ… Correct Answer: 2

In the first phase of 2D Mesh All to All, the message size is ___





โœ… Correct Answer: 3

In the second phase of 2D Mesh All to All, the message size is ___





โœ… Correct Answer: 4

In All to All on Hypercube, The size of the message to be transmitted at the next step is ____ by concatenating the received message with their current data





โœ… Correct Answer: 1

The all-to-all broadcast on Hypercube needs ____ steps





โœ… Correct Answer: 3

One-to-All Personalized Communication operation is commonly called ___





โœ… Correct Answer: 3

The dual of the scatter operation is the





โœ… Correct Answer: 3

In Scatter Operation on Hypercube, on each step, the size of the messages communicated is ____





โœ… Correct Answer: 2

Which is also called "Total Exchange" ?





โœ… Correct Answer: 2

All-to-all personalized communication can be used in ____





โœ… Correct Answer: 4

In collective communication operations, collective means





โœ… Correct Answer: 1

efficiency of data parallel algorithm depends on the





โœ… Correct Answer: 2

All processes participate in a single ______ interaction operation.





โœ… Correct Answer: 1

subsets of processes in ______ interaction.





โœ… Correct Answer: 2

Goal of good algorithm is to implement commonly used _____ pattern.





โœ… Correct Answer: 1

Reduction can be used to find the sum, product, maximum, minimum of _____ of numbers.





โœ… Correct Answer: 3

source ____ is bottleneck.





โœ… Correct Answer: 1

only connections between single pairs of nodes are used at a time is





โœ… Correct Answer: 2

all processes that have the data can send it again is





โœ… Correct Answer: 1

The ____ do not snoop the messages going through them.





โœ… Correct Answer: 1

accumulate results and send with the same pattern is...





โœ… Correct Answer: 4

every node on the linear array has the data and broadcast on the columns with the linear array algorithm in _____





โœ… Correct Answer: 1

using different links every time and forwarding in parallel again is





โœ… Correct Answer: 1

In a balanced binary tree processing nodes is equal to





โœ… Correct Answer: 1

In one -to- all broadcast there is





โœ… Correct Answer: 1

For sake of simplicity, the number of nodes is a power of





โœ… Correct Answer: 2

Nides with zero in i least significant bits participate in _______





โœ… Correct Answer: 3

every node has to know when to communicate that is





โœ… Correct Answer: 1

the procedure is disturbed and require only point-to-point _______





โœ… Correct Answer: 1

Renaming relative to the source is _____ the source.





โœ… Correct Answer: 1

Task dependency graph is ------------------





โœ… Correct Answer: 3

In task dependency graph longest directed path between any pair of start and finish node is called as --------------





โœ… Correct Answer: 2

which of the following is not a granularity type





โœ… Correct Answer: 2

which of the following is a an example of data decomposition





โœ… Correct Answer: 1

which problems can be handled by recursive decomposition





โœ… Correct Answer: 3

In this decomposition problem decomposition goes hand in hand with its execution





โœ… Correct Answer: 3

the procedure is disturbed and require only point-to-point _______





โœ… Correct Answer: 1

Renaming relative to the source is _____ the source.





โœ… Correct Answer: 1

which of the following is not a granularity type





โœ… Correct Answer: 2

which of the following is not an example of explorative decomposition





โœ… Correct Answer: 4

In ------------task are defined before starting the execution of the algorithmting?





โœ… Correct Answer: 1

which of the following is not the array distribution method of data partitioning





โœ… Correct Answer: 4

blocking optimization is used to improve temmporal locality for reduce





โœ… Correct Answer: 2

CUDA thought that 'unifying theme' of every form of parallelism is





โœ… Correct Answer: 3

threads being block altogether and being executed in the sets of 32 threads called a





โœ… Correct Answer: 1

When the topological sort of a graph is unique?





โœ… Correct Answer: 1

What is a high performance multi-core processor that can be used to accelerate a wide variety of applications using parallel computing.





โœ… Correct Answer: 3

A good mapping does not depends on which following factor





โœ… Correct Answer: 4

Which of the following is not a form of parallelism supported by CUDA





โœ… Correct Answer: 1

The style of parallelism supported on GPUs is best described as





โœ… Correct Answer: 2

Which of the following correctly describes a GPU kernel





โœ… Correct Answer: 2

kernel may contain only host code





โœ… Correct Answer: 4

which of the following is not an parallel algorithm model





โœ… Correct Answer: 3