DAA

DAA

University

8 Qs

quiz-placeholder

Similar activities

Naruto

Naruto

6th Grade - University

12 Qs

Teaching Methods

Teaching Methods

University

12 Qs

Scaling techniques

Scaling techniques

University

10 Qs

Método de ordenamiento Mezcla directa o Merge Sort

Método de ordenamiento Mezcla directa o Merge Sort

University

7 Qs

dynamic programming

dynamic programming

University

10 Qs

Data Science Pipeline Workshop Quiz 1

Data Science Pipeline Workshop Quiz 1

University

10 Qs

RESOURCES SCHEDULING

RESOURCES SCHEDULING

University

10 Qs

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - Professional Development

10 Qs

DAA

DAA

Assessment

Quiz

Other

University

Medium

Created by

M MADHAVI

Used 15+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
Which type of sort algorithm is this?
Insertion
Bubble
Merge

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

is a recursive algorithm that continually splits a list in half. If the list is empty or has one item, it is sorted by definition (the base case).

Shell Sort

Merge Sort

Quick Sort

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When using this technique, we divide a problem into subproblems. When the solution to each subproblem is ready, we 'combine' the results from the subproblems to solve the main problem.

Divide Technique

Divide and Conquer Technique

Split and Combine Technique

Combine Technique

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When using this technique, we divide a problem into subproblems. When the solution to each subproblem is ready, we 'combine' the results from the subproblems to solve the main problem.

Divide Technique

Divide and Conquer Technique

Split and Combine Technique

Combine Technique

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Can we divide problem into more than 2 sub problems?

Yes

No

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Divide & Conquer strategy is a guaranteed to be better than brute force.

true

false

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

What is a strategy

8.

MULTIPLE CHOICE QUESTION

45 sec • Ungraded

Design and Analysis of Algorithm means

Analysis of best algorithms

Algorithms,Pseudo code,flowcharts