DAA Quiz 1

DAA Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

Hunger Games Vocab #11

Hunger Games Vocab #11

7th Grade - University

10 Qs

Python Basics

Python Basics

University

10 Qs

DAA Quiz

DAA Quiz

University

10 Qs

Algorithms

Algorithms

University

8 Qs

DAA Quiz 1

DAA Quiz 1

University

15 Qs

Dynamic Programming Part 1 - Quiz

Dynamic Programming Part 1 - Quiz

University

10 Qs

Programming Languages

Programming Languages

University

10 Qs

Lecture 4:Complex Waves and Spectra

Lecture 4:Complex Waves and Spectra

University

11 Qs

DAA Quiz 1

DAA Quiz 1

Assessment

Quiz

Education

University

Medium

Created by

Golden 2349

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If A and B are two matrix of order 25x40 and 40x11 . What is the number of multiplications required to multiply the two matrices?

25x40

25x11

25x40x11

40x40

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Consider the strings "ABCCABAACB" and “ CACBABA”. What is the length of the longest common subsequence?

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

______________ is the Technique used to solve dynamic programming

Memoization

Tabulation

Brute force

Greedy

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

An Example of Dynamic Programming is ______________

String Matching

Fractional knapsack

0/1 knapsack problem

Job Scheduling

5.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

State True or False : In 0/1 Knapsack items can be indivisible

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

To determine transitive closure of any graph using _____________

Adjacency Matrix

weighted graph

Directed graph

weighted Directed graph

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In dynamic Programming Time Complexity of Warshall Transitive Closure is _____

O(n)

O(1)

O(n log n)

O(n3)

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?