Design and Analysis of Algorithms

Design and Analysis of Algorithms

University

25 Qs

quiz-placeholder

Similar activities

221 quiz questions exam 2 prep

221 quiz questions exam 2 prep

University

26 Qs

Team 4 Data structure

Team 4 Data structure

University

20 Qs

COCAT - DAA

COCAT - DAA

University - Professional Development

25 Qs

CA mcq

CA mcq

University

25 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 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?