Group 6 - Flashcard

Group 6 - Flashcard

Assessment

Flashcard

Computers

University

Practice Problem

Hard

Created by

Wayground 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?