Design and Analysis of Algorithms

Design and Analysis of Algorithms

University

25 Qs

quiz-placeholder

Similar activities

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

University

20 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

DS- UNIT-1

DS- UNIT-1

University

20 Qs

Algo Duel

Algo Duel

University

20 Qs

2 Big oh

2 Big oh

University

20 Qs

DSA - revision Quiz

DSA - revision Quiz

University

21 Qs

DATA STRUCTURES QUIZ-1

DATA STRUCTURES QUIZ-1

University

23 Qs

Design and Analysis of Algorithms

Design and Analysis of Algorithms

Assessment

Quiz

Computers

University

Medium

Created by

Gaurav Sharma

Used 117+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Five steps in problem solving except

Problem Analysis 

Design a solution

Implementation

Testing

Identify

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the correct definition of an algorithm?
An algorithm is a step by step instructions to solve a problem.
An algorithm is a process of baking bread.
An algorithm is a software used to compute numbers.
An algorithm is the process of breaking problems.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What order of complexity does this graph represent?

Exponential

Polynomial

Linear

Logarithmic

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What order of complexity does this graph represent?

Exponential

Polynomial

Linear

Constant

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the time complexity of this algorithm?

O(n)

O(2n)

O(log n)

O(n2)

O(1)

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the Big-O Notation of "Divide & Conquer" Algorithms?

O(n)

O(2n)

O(log n)

O(n2)

O(1)

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the Big-O Notation of a combination lock with 4 digits, each digit having 1 of 10 possible values?

O(n)

O(10n)

O(log n)

O(n2)

O(1)

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?