ADA Module-1

ADA Module-1

University

10 Qs

quiz-placeholder

Similar activities

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Sorting in Data Structures

Sorting in Data Structures

University

15 Qs

DSA - Practice Quiz - 1

DSA - Practice Quiz - 1

University - Professional Development

15 Qs

Time and Space Complexity

Time and Space Complexity

University

13 Qs

Data Structure II

Data Structure II

University

10 Qs

time and space complexity

time and space complexity

University

13 Qs

Big oh notation

Big oh notation

University

15 Qs

ADA Module-1

ADA Module-1

Assessment

Quiz

Computers

University

Hard

Created by

Girish Mantha

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary goal of analyzing an algorithm?

  • To determine its correctness

To measure its efficiency in terms of time and space

To ensure it is easy to implement

To verify its usability

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of the Selection Sort algorithm?

O(n)

O(n2)

O(nlogn)

O(logn)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which notation is used to describe the upper bound of an algorithm's running time?


Θ-notation

Ω-notation

O-notation

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The best-case time complexity for Sequential Search is:

O(n)

O(1)

O(logn)

O(n2)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does asymptotic analysis focus on?

The exact runtime of an algorithm

The input size for which the algorithm fails

The growth rate of an algorithm's running time as input size increases

The hardware efficiency during execution

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has the same worst-case and best-case time complexity?

Selection Sort

Quick Sort

  • Bubble Sort

Merge Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of Quicksort ?

O(n)

O(n2)

O(nlogn)

O(logn)

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?