Search Header Logo

DAA Quiz 1

Authored by Dr. 2330

Education

University

Used 3+ times

DAA Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the time complexity that indicates the longest running time required by an

algorithm for any given input of size n, and thus guarantees that the algorithm will finish in the indicated period of time.

Worst case

Best case

Average Case

Constant Time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The θ-notation will be expressed as

c2*g(n) <= t(n) <= c1*g(n) for all n >= n0

T(n) <= c*g(n) for all n >= n0

T(n) >= c*g(n) for all n >=n0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the time complexity of algorithm A is O(n^2) and that of algorithm B is O(n), then the algorithm _____ is the slowest among A and B.

B

A

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given items as {value,weight} pairs {{40,20},{30,10},{20,5}}.

The capacity of knapsack=20.

Find the maximum value output assuming items to be divisible.

80

100

60

90

Asymptotic Tight Bound

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Find out the optimal solution that maximizes the profit for the job sequencing problem

a,e

c,a,e

b,a

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While analyzing the non-recursive algorithm for matrix multiplication, it is necessary to investigate the best, worst and average case separately.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For all optimization problems, the greedy method will not always provide the best potential solution.

True

False

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?