DAA QUIZ-I

DAA QUIZ-I

University

30 Qs

quiz-placeholder

Similar activities

CA mcq

CA mcq

University

25 Qs

Hard-very- Hard

Hard-very- Hard

University

26 Qs

ADA 1

ADA 1

University

35 Qs

Code Sprint

Code Sprint

University

25 Qs

Adversarial Search and CSP Quiz

Adversarial Search and CSP Quiz

University

26 Qs

Algorithms final

Algorithms final

University

26 Qs

Algorithm - Complexity

Algorithm - Complexity

University - Professional Development

30 Qs

Algorithm Design

Algorithm Design

University

25 Qs

DAA QUIZ-I

DAA QUIZ-I

Assessment

Quiz

Computers

University

Hard

Created by

SRINIVASARAO 22PHD7042

Used 10+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time factor when determining the efficiency of algorithm is measured by

Counting microseconds

Counting the number of key operations

Counting the number of statements

Counting the kilobytes of algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkastra’s algorithm bears some similarity to

BFS

PRIMS

DFS

BOTH (A) & (C)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The concept of order Big O is important because

It can be used to decide the best algorithm that solves a given problem

It determines the maximum size of a problem that can be solved in a given amount of time

It is the lower bound of the growth rate of algorithm

Both A and B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tight bound is denoted as _______

Θ

O

o

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows the correct relationship among some of the more common computing times on algorithms

O(log n) < O(n) < O( n* log n) < O(2n ) < O(n2 )

O(n) < O(log n) < O( n* log n) < O(2n ) < O(n2 )

O(n) < O(log n) < O( n* log n) < O(n2 ) < O(2n )

O(log n) < O(n) < O( n* log n) < O(n2 ) < O(2n )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties are necessary for an Algorithm?

Definiteness

Correctness

Effectiveness

A and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The running time of Floyd-Warshall algorithm is

ϴ (n)

ϴ (n3 )

ϴ (n2 )

ϴ (n 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?