Exam 10: Sorting Algorithms and Pipelined Systems

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In Binary tree representation created by execution of Quick sort, Pivot is at

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

B

Which of the following is not a Pipeline Conflicts?

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

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:
Verified

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)

Pivot in Quick sort can be selected as

(Multiple Choice)
4.8/5
(39)

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)

Which of the following is NOT a BITONIC Sequence

(Multiple Choice)
4.8/5
(33)

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)

Which is the fastest sorting algorithm

(Multiple Choice)
4.9/5
(38)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)