DAA Quiz AIML '26

DAA Quiz AIML '26

University

25 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

Technical Assessment

Technical Assessment

University

20 Qs

DAA QUIZ

DAA QUIZ

University

20 Qs

DSA quiz

DSA quiz

University

20 Qs

Assessment Questions for Informatics

Assessment Questions for Informatics

10th Grade - University

20 Qs

A.D.A.MID

A.D.A.MID

University

30 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?