Cloud Computing MCQ Quiz Hub

High Performance Computing Set 5

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

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





✅ Correct Answer: 2

Messages get smaller inand stay constant in .





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3

The prefix-sum operation can be implemented using the kernel





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 2

Select how the overhead function (To) is calculated.





✅ Correct Answer: 3

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?





✅ Correct Answer: 3

Which is alternative options for latency hiding?





✅ Correct Answer: 2

__ Communication model is generally seen in tightly coupled system.





✅ Correct Answer: 2

The principal parameters that determine the communication latency are as follows





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Average Degree of Concurrency is...





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

Which of the following is not parallel algorithm model





✅ Correct Answer: 4

Nvidia GPU based on following architecture





✅ Correct Answer: 2

What is Critical Path?





✅ Correct Answer: 1

Which decompositioin technique uses divide-andconquer strategy?





✅ Correct Answer: 1

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





✅ Correct Answer: 4

Scatter is _________





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

Partitioning on series done after ______________





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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?





✅ Correct Answer: 4

Which are different sources of Overheads in Parallel Programs?





✅ Correct Answer: 3

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.





✅ Correct Answer: 2

CUDA helps do execute code in parallel mode using __________





✅ Correct Answer: 2

In thread-function execution scenario thread is a ___________





✅ Correct Answer: 2

In GPU Following statements are true





✅ Correct Answer: 3

Computer system of a parallel computer is capable of_____________





✅ Correct Answer: 1

In which application system Distributed systems can run well?





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Pipeline implements ?





✅ Correct Answer: 4

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





✅ Correct Answer: 2

VLIW stands for ?





✅ Correct Answer: 1

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





✅ Correct Answer: 2

Which of these steps can create conflict among the processors?





✅ Correct Answer: 2

Which one is not a characteristic of NUMA multiprocessors?





✅ Correct Answer: 4

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





✅ Correct Answer: 4

Systems that do not have parallel processing capabilities are?





✅ Correct Answer: 1

Parallel processing may occur?





✅ Correct Answer: 3

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





✅ Correct Answer: 4

Fine-grain threading is considered as a ______ threading?





✅ Correct Answer: 1

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?





✅ Correct Answer: 1

For inter processor communication the miss arises are called?





✅ Correct Answer: 2

NUMA architecture uses _______in design?





✅ Correct Answer: 4

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





✅ Correct Answer: 3

In message passing, send and receive message between?





✅ Correct Answer: 1

The First step in developing a parallel algorithm is_________?





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

Mappings are determined by?





✅ Correct Answer: 3

Decomposition Techniques are?





✅ Correct Answer: 4

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





✅ Correct Answer: 1

A simple application of exploratory decomposition is_?





✅ Correct Answer: 1

Speculative Decomposition consist of _?





✅ Correct Answer: 3

task characteristics include?





✅ Correct Answer: 4

Writing parallel programs is referred to as?





✅ Correct Answer: 4

Parallel Algorithm Models?





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Interaction overheads can be minimized by____?





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Speed up is defined as a ratio of?





✅ Correct Answer: 1

Parallel computing means to divide the job into several __________?





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

The dual of one-to-all broadcast is ?





✅ Correct Answer: 1

A hypercube has?





✅ Correct Answer: 1

The Prefix Sum Operation can be implemented using the ?





✅ Correct Answer: 1

In the scatter operation ?





✅ Correct Answer: 1

The gather operation is exactly the inverse of the ?





✅ Correct Answer: 1

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 _________?





✅ Correct Answer: 1

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





✅ Correct Answer: 4