Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

University

15 Qs

quiz-placeholder

Similar activities

Searching and Sorting

Searching and Sorting

University

16 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Sorting Algorithms II

Sorting Algorithms II

University

18 Qs

Informatik II Quiz 1

Informatik II Quiz 1

University

11 Qs

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

University - Professional Development

10 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

Sorting

Sorting

University

15 Qs

Data Structures

Data Structures

University

20 Qs

Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

Assessment

Quiz

Computers

University

Hard

Created by

S Sampath Kumar

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of the Selection Sort algorithm for sorting an array of N elements?

a. O(N)

b. O(N^2)

c. O(log N)

d. O(N^2 log N)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How does the Selection Sort algorithm work?

a. It divides the array into subarrays for sorting.

b. It repeatedly selects the smallest element and swaps it with the first unsorted element.

c. It uses a stack to sort the elements.

d. It employs a binary search to find the smallest element.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is true about Selection Sort?

a. It is an unstable sorting algorithm.

b. It is an adaptive sorting algorithm.

c. It has a best-case time complexity of O(N log N).

d. It is more efficient than Quick Sort.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Selection Sort, how many comparisons are made to sort an array of N elements?

a. N

b. N-1

c. N^2

d. N/2

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which sorting algorithm is more efficient than Selection Sort on average?

a. Quick Sort

b. Merge Sort

c. Bubble Sort

d. Insertion Sort

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Selection Sort, how many swaps are made to sort an array of N elements?

a. N

b. N-1

c. N^2

d. N/2

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following sorting algorithms is not an in-place sorting algorithm?

a. Selection Sort

b. Quick Sort

c. Merge Sort

d. Bubble Sort

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?