Unit V DSA Quiz

Unit V DSA Quiz

University

25 Qs

quiz-placeholder

Similar activities

Data Structures 1

Data Structures 1

University

25 Qs

Week 12 - Module 5 Unit 3 Using Access Control

Week 12 - Module 5 Unit 3 Using Access Control

University

20 Qs

Database Designing

Database Designing

University

24 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Quiz No. 3 (Finals)

Quiz No. 3 (Finals)

University

20 Qs

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

Estruturas de Dados e Algoritmos

Estruturas de Dados e Algoritmos

University

22 Qs

KV5004 Week 3

KV5004 Week 3

University

20 Qs

Unit V DSA Quiz

Unit V DSA Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Placement Stjosephs

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of linear search in the worst case?

O(1)

O(log n)

O(n)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search algorithm works efficiently on sorted arrays?

Linear search

Binary search

Hashing

Jump search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of binary search in the worst case?

O(n)

O(log n)

O(n log n)

O(1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a necessary condition for binary search to work?

Unsorted list

Sorted list

Circular array

Linked list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In linear search, the average number of comparisons is:

n

n/2

log n

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a comparison-based sorting algorithm?

Radix sort

Counting sort

Bubble sort

Bucket sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bubble sort repeatedly compares:

Current element with the first

Adjacent elements

All elements with the last

Even indexed elements

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?