Exam 10: Sorting Algorithms and Pipelined Systems
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
In Binary tree representation created by execution of Quick sort, Pivot is at
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
B
Which of the following is not a Pipeline Conflicts?
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
C
Which of following is NOT A WAY of mapping the input wires of the bitonic sorting network to a MESH of processes
Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
B
Which of the following statements is NOT TRUE for Internal Sorting algorithms
(Multiple Choice)
5.0/5
(37)
The procedure of sorting a bitonic sequence using bitonic splits is called
(Multiple Choice)
4.8/5
(32)
In first step of parallelizing quick sort for n elements to get subarrays, which of the following statement is TRUE
(Multiple Choice)
4.9/5
(38)
The odd-even transposition algorithm sorts n elements in n phases (n is even), each of which requires ------------compare-exchange operations
(Multiple Choice)
4.9/5
(33)
The VLIW processors are much simpler as they do not require of .....
(Multiple Choice)
4.9/5
(35)
While mapping Bitonic sort on Hypercube, Compare-exchange operations take place between wires whose labels differ in
(Multiple Choice)
4.8/5
(42)
The VLIW architecture follows ..... approach to achieve parallelism.
(Multiple Choice)
4.9/5
(34)
Quicksort's performance is greatly affected by the way it partitions a sequence.
(True/False)
4.7/5
(30)
What is the worst case time complexity of a quick sort algorithm?
(Multiple Choice)
4.8/5
(32)
______ have been developed specifically for pipelined systems.
(Multiple Choice)
4.7/5
(19)
Which is the sorting algorithm in below given steps -
1) procedure X_SORT(n)
2) begin
3) for i := n - 1 downto 1 do
4) for j := 1 to i do
5) compare-exchange(aj, aj + 1);
6) end X_SORT
(Multiple Choice)
4.9/5
(36)
The parallel execution of operations in VLIW is done according to the schedule determined by .....
(Multiple Choice)
4.9/5
(38)
In sorting networks for DECREASING COMPARATOR with input x,y select the correct output X', Y' from the following options
(Multiple Choice)
4.8/5
(42)
In sorting networks for INCREASING COMPARATOR with input x,y select the correct output X', Y' from the following options
(Multiple Choice)
4.7/5
(31)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)