On This Page

This set of High Performance Computing HPC Multiple Choice Questions & Answers (MCQs) focuses on High Performance Computing Set 4

Q1 | Scaling Characteristics of Parallel Programs Ts is
Q2 | Speedup tends to saturate and efficiency _____ as a consequence of Amdahl’s law.
Q3 | Speedup obtained when the problem size is _______ linearlywith the number of processing elements.
Q4 | The n × n matrix is partitioned among n processors, with each processor storing complete ___ of the matrix.
Q5 | cost-optimal parallel systems have an efficiency of ___
Q6 | The n × n matrix is partitioned among n2 processors such that each processor owns a _____ element.
Q7 | how many basic communication operations are used in matrix vector multiplication
Q8 | In DNS algorithm of matrix multiplication it used
Q9 | In the Pipelined Execution, steps contain
Q10 | the cost of the parallel algorithm is higher than the sequential run time by a factor of __
Q11 | The load imbalance problem in Parallel Gaussian Elimination: can be alleviated by using a ____ mapping
Q12 | A parallel algorithm is evaluated by its runtime in function of
Q13 | For a problem consisting of W units of work, p__W processors can be used optimally.
Q14 | C(W)__Θ(W) for optimality (necessary condition).
Q15 | many interactions in oractical parallel programs occur in _____ pattern
Q16 | efficient implementation of basic communication operation can improve
Q17 | efficient use of basic communication operations can reduce
Q18 | Group communication operations are built using_____ Messenging primitives.
Q19 | one processor has a piece of data and it need to send to everyone is
Q20 | the dual of one -to-all is
Q21 | Data items must be combined piece-wise and the result made available at
Q22 | wimpleat way to send p-1 messages from source to the other p-1 processors
Q23 | In a eight node ring, node ____ is source of broadcast
Q24 | The processors compute ______ product of the vector element and the loval matrix
Q25 | one to all broadcast use