DAA QUIZ

DAA QUIZ

University

10 Qs

quiz-placeholder

Similar activities

PDS - 04225 - Recursion - Chapter 12

PDS - 04225 - Recursion - Chapter 12

University

10 Qs

Data Structure And Algorithm II

Data Structure And Algorithm II

University

15 Qs

OS_DISK_SCHEDULING

OS_DISK_SCHEDULING

University

10 Qs

Algorithms

Algorithms

University

10 Qs

Computer Vision Quiz

Computer Vision Quiz

University

12 Qs

Software Testing

Software Testing

University

10 Qs

Big oh notation

Big oh notation

University

15 Qs

time and space complexity

time and space complexity

University

13 Qs

DAA QUIZ

DAA QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Sumab Rao

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary Search Uses

Decrease and Conquer Design Technique

Divide Conquer Design Technique

Greedy Design Technique

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data structure used for Depth First Algorithm is

STACK

QUEUE

BOTH STACK & QUEUE

NONE OF THESE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In linear Search Algorithm basic operation is

Element Comparison with key Element

Increment operation

Decrement Operation

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Efficiency of an Algorithm is decided by the

Number of times the basic operation is executed

Time taken for executing the program

Number of instructions in the program

All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst case efficiency of Binary Search is

O(n)

O(n log n)

O(Log n)

O(n2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example for Decrease and Conquer Design Technique

Topological Sort

Fake Coin Problem

Generating Permutation

All of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Heap should satisfy

Shape Property

Parental Dominance Property

Both Shape and Parental Dominance Property

None of these

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?