22CS404-Analysis of Algorithms Assessment

22CS404-Analysis of Algorithms Assessment

14 Qs

quiz-placeholder

Similar activities

Повторение. Возбужденное состояние

Повторение. Возбужденное состояние

KG - University

17 Qs

RR Transmittal Examination

RR Transmittal Examination

Professional Development

10 Qs

Biotic and Abiotic Factors - Science Literacy Article - Questions

Biotic and Abiotic Factors - Science Literacy Article - Questions

KG - University

10 Qs

Jaring jaring kubus

Jaring jaring kubus

4th Grade

15 Qs

Spring ACP Review 22-23

Spring ACP Review 22-23

KG - University

16 Qs

Industry Vocabulary Showdown

Industry Vocabulary Showdown

9th - 12th Grade

15 Qs

CS19341 - Design and Analysis of Algorithms Lab-MCQ-viva

CS19341 - Design and Analysis of Algorithms Lab-MCQ-viva

KG - University

15 Qs

22CS404-Analysis of Algorithms Assessment

22CS404-Analysis of Algorithms Assessment

Assessment

Quiz

others

Hard

Created by

SUGANTHI D

FREE Resource

14 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name of the Student

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • Ungraded

Register Number

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

30 sec • Ungraded

Year/Sem

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

30 sec • Ungraded

Class/Section

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What does the time complexity of an algorithm represent?
A) The amount of memory used
B) The number of inputs
C) The running time as a function of input size
D) The number of programmers needed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which of the following is the correct asymptotic notation for the best case performance of an algorithm?
A) Θ (Theta)
B) Ω (Omega)
C) O (Big-O)
D) o (Little-o)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What is the time complexity of the recurrence: T(n) = T(n/2) + O(1)?
A) O(n)
B) O(log n)
C) O(n log n)
D) O(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?