DC and DP Quiz

DC and DP Quiz

University

14 Qs

quiz-placeholder

Similar activities

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Problem Solving Phase

Problem Solving Phase

University

11 Qs

common data structure

common data structure

University

10 Qs

Quick Sort - Data Structures

Quick Sort - Data Structures

University

15 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

E7-DAA

E7-DAA

University

10 Qs

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

Merge Sort - Data Structures

Merge Sort - Data Structures

University

15 Qs

DC and DP Quiz

DC and DP Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Cemee Escarilla

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

In divide and conquer approach, the problem in hand, is divided into smaller sub-problems and then each problem is solved independently.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This step generally takes a recursive approach to divide the problem until no sub-problem is further divisible.

Conquer/Solve

Divide/Break

Merge/Combine

None of the Above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Generally, at this level, the problems are considered 'solved' on their own.

Conquer/Solve

Divide/Break

Merge/Combine

None of the Above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

At this stage, sub-problems become atomic in nature but still represent some part of the actual problem.

Conquer/Solve

Divide/Break

Merge/Combine

None of the Above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When the smaller sub-problems are solved, this stage recursively combines them until they formulate a solution of the original problem.

Conquer/Solve

Divide/Break

Merge/Combine

None of the Above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This step receives a lot of smaller sub-problems to be solved.

Conquer/Solve

Divide/Break

Merge/Combine

None of the Above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following computer algorithms are based on divide-and-conquer programming approach except?

Merge Sort

Binary Search

Tower of Hanoi

Closest Pair

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?