Data Structures and  Its Applications

Data Structures and Its Applications

University

30 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING STRING Q6

PYTHON PROGRAMMING STRING Q6

University

25 Qs

Year-3

Year-3

University

25 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

Data Structures and Algorithms

Data Structures and Algorithms

University

26 Qs

Design And Analysis of Algorithms

Design And Analysis of Algorithms

University

25 Qs

BTech CE Batch 2

BTech CE Batch 2

University

30 Qs

OCS752_CP_MODEL 3_PART A

OCS752_CP_MODEL 3_PART A

University

30 Qs

HCI 101 - Seatwork 13 -Cognitive Models

HCI 101 - Seatwork 13 -Cognitive Models

University

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?