Sorting algorithms I

Sorting algorithms I

University

21 Qs

quiz-placeholder

Similar activities

Microprocessor

Microprocessor

University

20 Qs

TEST1.PY

TEST1.PY

10th Grade - University

20 Qs

INFORMÁTICA 1 3p

INFORMÁTICA 1 3p

University

19 Qs

Comunicación Visual

Comunicación Visual

University - Professional Development

20 Qs

Microprocessor

Microprocessor

University

20 Qs

ICT Short Quiz

ICT Short Quiz

University

20 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Lecture 5 - Introduction to Computing

Lecture 5 - Introduction to Computing

University

18 Qs

Sorting algorithms I

Sorting algorithms I

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Yomna Elkholy

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is meant by an in-place sorting algorithm?

The input is already sorted and in-place

It requires additional storage

It needs O(1) memory to create auxiliary locations

It requires additional space

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Selection sort

Insertion sort

Bubble sort

All

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is best used when the array is nearly sorted to begin with?

Selection sort

Insertion sort

Bubble sort

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case complexity of selection sort?

O(nlogn)

O(logn)

O(n)

O(𝐧𝟐)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the appropriate code that performs selection sort.

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the average case complexity of selection sort?

O(nlogn)

O(logn)

O(n)

O(𝐧𝟐)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the disadvantage of selection sort?

What is the disadvantage of selection sort?

It is not scalable

It can be used for small keys

It takes linear time to sort the elements

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?