DAA Quiz 1

DAA Quiz 1

University

15 Qs

quiz-placeholder

Similar activities

FDS Quiz 1

FDS Quiz 1

University

20 Qs

Artificial Intelligence

Artificial Intelligence

8th Grade - Professional Development

20 Qs

DATA STRUCTURE AND ALGORITHM

DATA STRUCTURE AND ALGORITHM

University

20 Qs

ALGORITHMS QUIZ (Pre)

ALGORITHMS QUIZ (Pre)

1st Grade - University

10 Qs

Algorithm Quiz

Algorithm Quiz

University

10 Qs

SKZ Members

SKZ Members

KG - Professional Development

11 Qs

แบบทดสอบวิทยาการคำนวณ

แบบทดสอบวิทยาการคำนวณ

University

10 Qs

Forces on Materials

Forces on Materials

University

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