DAA Quiz AIML '26

DAA Quiz AIML '26

University

25 Qs

quiz-placeholder

Similar activities

Quiz 14 Algorithms

Quiz 14 Algorithms

University

24 Qs

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Quiz No. 3 (Finals)

Quiz No. 3 (Finals)

University

20 Qs

Logika dan Algoritma P13

Logika dan Algoritma P13

University

20 Qs

Data Structures 1

Data Structures 1

University

25 Qs

Latihan Algotima

Latihan Algotima

University

30 Qs

Data Structure

Data Structure

University

20 Qs

DAA Quiz AIML '26

DAA Quiz AIML '26

Assessment

Quiz

Computers

University

Medium

Created by

G.Krishna Dept

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkstra’s algorithm is used to solve __________ problems?

Network Lock

Single source shortest path

All pair shortest path

Sorting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used for solving the N Queens Problem?

Greedy algorithm

Dynamic programming

Backtracking

Sorting

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms provide the best time complexity in the worst-case scenario?

Merge sort

Quick sort

Bubble sort

Selection sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Divide and Conquer algorithm?

Bubble Sort

Selection Sort

Heap Sort

Merge Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Another name of the fractional knapsack is?

Non-continuous knapsack problem

Divisible knapsack problem

0/1 knapsack problem

Continuous Knapsack Problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct recurrence relation for Tower of Hanoi?

T(N) = 2T(N-1)+1

T(N) = 2T(N/2)+1

T(N) = 2T(N-1)+N

T(N) = 2T(N-2)+2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best case time complexity of the binary search algorithm?

O(1)

O(n)

O(log2n)

O(n^2)

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?