On This Page

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

Q1 | What makes a CUDA code runs in parallel
Q2 | In ___________, the number of elements to be sorted is small enough to fit into the process's main memory.
Q3 | ______________ algorithms use auxiliary storage (such as tapes and hard disks) for sorting because the number of elements to be sorted is too large to fit into memory.
Q4 | ______ can be comparison-based or noncomparison-based.
Q5 | The fundamental operation of comparison-based sorting is ________.
Q6 | The complexity of bubble sort is Θ(n2).
Q7 | Bubble sort is difficult to parallelize since the algorithm has no concurrency.
Q8 | Quicksort is one of the most common sorting algorithms for sequential computers because of its simplicity, low overhead, and optimal average complexity.
Q9 | The performance of quicksort depends critically on the quality of the ______-.
Q10 | the complexity of quicksort is O(nlog n).
Q11 | The main advantage of ______ is that its storage requirement is linear in the depth of the state space being searched.
Q12 | _____ algorithms use a heuristic to guide search.
Q13 | If the heuristic is admissible, the BFS finds the optimal solution.
Q14 | The search overhead factor of the parallel system is defined as the ratio of the work done by the parallel formulation to that done by the sequential formulation
Q15 | The critical issue in parallel depth-first search algorithms is the distribution of the search space among the processors.
Q16 | Graph search involves a closed list, where the major operation is a _______
Q17 | Breadth First Search is equivalent to which of the traversal in the Binary Trees?
Q18 | Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)
Q19 | Which of the following is not an application of Breadth First Search?
Q20 | In BFS, how many times a node is visited?
Q21 | Is Best First Search a searching algorithm used in graphs.
Q22 | Which of the following is not a stable sorting algorithm in its typical implementation.
Q23 | Which of the following is not true about comparison based sorting algorithms?
Q24 | mathematically efficiency is
Q25 | Cost of a parallel system is sometimes referred to____ of product