Data Structures and  Its Applications

Data Structures and Its Applications

University

30 Qs

quiz-placeholder

Similar activities

Stack and Queue

Stack and Queue

University

25 Qs

Code Sprint

Code Sprint

University

25 Qs

Algorithm - Complexity

Algorithm - Complexity

University - Professional Development

30 Qs

GNIDOC ROUND 1

GNIDOC ROUND 1

University

25 Qs

 Milking Minds 17-01-24

Milking Minds 17-01-24

University

25 Qs

ADA 1

ADA 1

University

35 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

COCAT - DAA

COCAT - DAA

University - Professional Development

25 Qs

Data Structures and  Its Applications

Data Structures and Its Applications

Assessment

Quiz

Computers

University

Easy

Created by

Yohoshiva Basaraboyina

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1.       What does Big O notation describe?

A) Space complexity

B) Worst-case time complexity

C ) Average-case time complexity

D) Best-case time complexity

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 2. Which notation describes the lower bound of an algorithm’s running time?

A) Big O

B) Omega

C) Theta

D) Small o

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

3.       Which case complexity considers the average inputs?

A) Best case

B) Average case

C) Worst case

D) All of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 4.       What does asymptotic analysis focus on?

A) Real-time performance

B) Input size trends

C) Hardware efficiency

D) Algorithm pseudocode

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 5.       The time complexity of accessing an element in an array is:

A) O(1)

B) O(n)

C) O(log n)

D) O(n log n)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

6.       Which notation describes the upper bound of an algorithm’s running time?

A) Big O

B) Omega

C) Theta

D) Small o

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7.       If an algorithm takes constant extra space, its space complexity is:

A) O(1)

B) O(n)

C) O(n^2)

D) O(log n)

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?