DAA QUIZ-I

DAA QUIZ-I

University

30 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

Searching Algorithms

Searching Algorithms

University

26 Qs

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

A.D.A.MID

A.D.A.MID

University

30 Qs

DS Quiz 1

DS Quiz 1

University

31 Qs

Analysis Algorithms Introduction

Analysis Algorithms Introduction

University

26 Qs

DSA - Q1

DSA - Q1

University

25 Qs

Data Structures and  Its Applications

Data Structures and Its Applications

University

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