Exam 3: Parallel Execution in CUDA, Sorting Algorithms, and Search Techniques
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
Bubble sort is difficult to parallelize since the algorithm has no concurrency.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
What makes a CUDA code runs in parallel
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
D
The performance of quicksort depends critically on the quality of the ______-.
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
B
The fundamental operation of comparison-based sorting is ________.
(Multiple Choice)
4.9/5
(41)
Graph search involves a closed list, where the major operation is a _______
(Multiple Choice)
4.7/5
(39)
Breadth First Search is equivalent to which of the traversal in the Binary Trees?
(Multiple Choice)
4.9/5
(33)
Cost of a parallel system is sometimes referred to____ of product
(Multiple Choice)
4.9/5
(39)
______________ 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.
(Multiple Choice)
4.7/5
(32)
Quicksort is one of the most common sorting algorithms for sequential computers because of its simplicity, low overhead, and optimal average complexity.
(True/False)
4.7/5
(41)
The main advantage of ______ is that its storage requirement is linear in the depth of the state space being searched.
(Multiple Choice)
4.9/5
(38)
If the heuristic is admissible, the BFS finds the optimal solution.
(True/False)
4.8/5
(30)
In ___________, the number of elements to be sorted is small enough to fit into the process's main memory.
(Multiple Choice)
4.7/5
(30)
Which of the following is not an application of Breadth First Search?
(Multiple Choice)
4.9/5
(35)
The critical issue in parallel depth-first search algorithms is the distribution of the search space among the processors.
(True/False)
4.7/5
(29)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)