DAA Quiz 1

DAA Quiz 1

University

15 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

DAA-UNIT III

DAA-UNIT III

University

10 Qs

Artificial intelligence in research

Artificial intelligence in research

University

15 Qs

Introduction to Machine Learning

Introduction to Machine Learning

University - Professional Development

20 Qs

AOA Quiz

AOA Quiz

University

12 Qs

Workshop Day 2

Workshop Day 2

University

10 Qs

Computational Thinking for Problem Solving

Computational Thinking for Problem Solving

University

12 Qs

POs and BTL

POs and BTL

University

15 Qs

DAA Quiz 1

DAA Quiz 1

Assessment

Quiz

Education

University

Easy

Created by

Dr. 2330

Used 3+ times

FREE Resource

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

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?