Group 6 - Flashcard

Group 6 - Flashcard

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which sorting algorithm is the best choice for nearly sorted data? Options: Merge Sort, Quick Sort, Insertion Sort, Bubble Sort

Back

Insertion Sort

2.

FLASHCARD QUESTION

Front

In Quick Sort, if we always choose the smallest element as the pivot, what is the worst-case time complexity?

Back

O(n²)

3.

FLASHCARD QUESTION

Front

If an array is already sorted, which sorting algorithm performs the best? Options: Quick Sort, Merge Sort, Bubble Sort, Insertion Sort

Back

Insertion Sort

4.

FLASHCARD QUESTION

Front

What is the primary disadvantage of Merge Sort?

Back

Requires extra memory

5.

FLASHCARD QUESTION

Front

Which sorting algorithm will always take the same time for sorting any input? Options: Quick Sort, Merge Sort, Bubble Sort, Insertion Sort

Back

Merge Sort

6.

FLASHCARD QUESTION

Front

When does Bubble Sort perform the fewest swaps?

Back

When the array is already sorted

7.

FLASHCARD QUESTION

Front

If Merge Sort is applied to a 1 billion element dataset, what makes it a better choice than Quick Sort?

Back

Quick Sort degrades to O(n²) in worst case while Merge sort guarantees O(n log n) even in worst case.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?