DAA QUIZ-I

DAA QUIZ-I

University

30 Qs

quiz-placeholder

Similar activities

Year-3

Year-3

University

25 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

test_3_01/02

test_3_01/02

University

29 Qs

Algorithm Quiz 30 Questions

Algorithm Quiz 30 Questions

University

30 Qs

DAA IAT 1 Part A

DAA IAT 1 Part A

University

30 Qs

Design and Analysis of Algorithm Quiz

Design and Analysis of Algorithm Quiz

University

32 Qs

C# Chp. 2 Concepts

C# Chp. 2 Concepts

12th Grade - 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?