ADA Module-1

ADA Module-1

University

10 Qs

quiz-placeholder

Similar activities

CodeCadette

CodeCadette

University

15 Qs

Algorithms - Time Complexity

Algorithms - Time Complexity

University

10 Qs

BCSC0006 - Quiz 2 - Big-Oh Notation

BCSC0006 - Quiz 2 - Big-Oh Notation

University

10 Qs

Artificial Intelligence 1

Artificial Intelligence 1

University

10 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

time and space trade off

time and space trade off

University

6 Qs

27Mar

27Mar

University

10 Qs

20CS2018 - DAA - Batch1

20CS2018 - DAA - Batch1

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?