Exam 11: Algorithms and Parallel Formulations
Exam 1: Understanding Cuda Kernel Code and Host GPU Interactions24 Questions
Exam 2: Nvidia CUDA and GPU Programming24 Questions
Exam 3: Parallel Execution in CUDA, Sorting Algorithms, and Search Techniques25 Questions
Exam 4: Characteristics and Operations in Parallel Programming24 Questions
Exam 5: Communication Patterns and Algorithms in Distributed Systems25 Questions
Exam 6: Communication Operations and Algorithms in Parallel Computing25 Questions
Exam 7: Parallel Computing and Graph Algorithms25 Questions
Exam 8: Parallel Processing and GPU Architecture25 Questions
Exam 9: Computer Architecture and Multiprocessor Systems24 Questions
Exam 10: Sorting Algorithms and Pipelined Systems25 Questions
Exam 11: Algorithms and Parallel Formulations25 Questions
Exam 12: Cuda Model, Parallelism, Memory System, and Communication Models25 Questions
Exam 13: Parallel Communication and Runtime Analysis25 Questions
Exam 14: Parallel Computing and GPU Architecture25 Questions
Exam 15: Exploring Multiprocessor Systems and Parallel Algorithms25 Questions
Exam 16: Parallel Processing and Algorithms25 Questions
Exam 17: Distributed Systems and Computing34 Questions
Select questions type
Which Parallel formulation of Quick sort is possible
Free
(Multiple Choice)
4.9/5
(23)
Correct Answer:
D
In parallel quick sort Pivot selecton strategy is crucial for
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
Time Complexity of DFS is? (V - number of vertices, E - number of edges)
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
A
In parallel Quick Sort each process divides the unsorted list into
(Multiple Choice)
4.9/5
(34)
Which formulation of Dijkstra's algorithm exploits more parallelism
(Multiple Choice)
5.0/5
(36)
Best-first search (BFS) algorithms can search both graphs and trees.
(True/False)
4.8/5
(34)
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
(Multiple Choice)
4.9/5
(33)
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
(Multiple Choice)
4.8/5
(34)
A CUDA program is comprised of two primary components: a host and a _____.
(Multiple Choice)
4.9/5
(33)
A complete graph is a graph in which each pair of vertices is adjacent
(True/False)
4.7/5
(22)
Simple backtracking is a depth-first search method that terminates upon finding the first solution.
(True/False)
4.9/5
(43)
What is the average case time complexity of odd-even transposition sort?
(Multiple Choice)
4.9/5
(37)
important component of best-first search (BFS) algorithms is
(Multiple Choice)
4.7/5
(35)
The kernel code is dentified by the ________qualifier with void return type
(Multiple Choice)
4.9/5
(36)
The space required to store the adjacency matrix of a graph with n vertices is
(Multiple Choice)
4.8/5
(38)
In Dijkstra's all pair shortest path each process compute the single-source shortest paths for all vertices assigned to it in SOURCE PARTITIONED FORMULATION
(True/False)
4.9/5
(37)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)