DAA Finals

DAA Finals

University

20 Qs

quiz-placeholder

Similar activities

Quicksort. Hash Tables, and Binary Search Trees

Quicksort. Hash Tables, and Binary Search Trees

University

18 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

Quiz 1 (TDS Algorithm Design and Analysis - DA1A)

University

20 Qs

DAA QUIZ-1

DAA QUIZ-1

University

19 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DSA - Binary Tree 2-3

DSA - Binary Tree 2-3

University

20 Qs

Uji Pemahaman Komputasional

Uji Pemahaman Komputasional

10th Grade - University

20 Qs

DAA Finals

DAA Finals

Assessment

Quiz

Computers

University

Medium

Created by

Zandar Kuwabara

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a general algorithm design technique that solves a problem by dividing it into several smaller subproblems of the same type (ideally, of about equal size), solving each of them recursively, and then combining their solutions to get a solution to the original problem.

Divide and Conquer Algorithm

Greedy Algorithm

Dynamic Programming

Backtracking

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the Importance of Divide and Conquer Algorithm? (4)

Solving difficult problems

Algorithm Efficiency

Parallelism

Memory Access

Partitioning

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a type of sorting algorithm that repeatedly divides the data in half, sorts each half separately, and combines the sorted halves into one sorted array.

Selection Sort

Bubble Sort

Merge Sort

Quick Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a type of sorting algorithm in which the main idea is to partition the array into two (2) regions: small items are moved to the left side of the array and large items are moved to the right side. After partitioning, the sort is repeated on the left and right sides.

Selection Sort

Bubble Sort

Merge Sort

Quick Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a type of search algorithm that is used to locate an element in an ordered array. It is advisable to use it whenever the list starts to become larger.

Selection Sort

Binary Search

Merge Sort

Quick Sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The steps of the Binary search starts by?

Testing the target

Divide the array into two sub-arrays about half as large.

Divide the sub-array by determining whether the target is in that sub-array.

Obtain the solution to the array from the solution to the sub-array.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the target is equal to the middle item

Quit

Continue

Divide

Obtain

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?