DAA IA2 Test 50 1 marks , 25 2 marks total 100

DAA IA2 Test 50 1 marks , 25 2 marks total 100

University

75 Qs

quiz-placeholder

Similar activities

CHN (Reviewer)

CHN (Reviewer)

University

75 Qs

ADC MCQ Test

ADC MCQ Test

University

80 Qs

CPE325 Removal

CPE325 Removal

University

78 Qs

Hamming Code and Information Theory Quiz

Hamming Code and Information Theory Quiz

University

77 Qs

DAA- Tutorial

DAA- Tutorial

University

73 Qs

Search Algorithms Quiz

Search Algorithms Quiz

University

72 Qs

Final Examination on Business Concepts

Final Examination on Business Concepts

University

76 Qs

Literatures of the World

Literatures of the World

University

79 Qs

DAA IA2 Test 50 1 marks , 25 2 marks total 100

DAA IA2 Test 50 1 marks , 25 2 marks total 100

Assessment

Quiz

Other

University

Hard

Created by

Rakesh Sivalingam

Used 5+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are running a library catalog. You know that the books in your collection are almost in sorted ascending order by title, with the exception of one book which is in the wrong place. You want the catalog to be completely sorted in ascending order.

Insertion Sort

Merge Sort

Radix Sort

Heap Sort

Counting Sort

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following sorting methods would be most suitable for sorting a list which is almost sorted?

Bubble Sort

Insertion Sort

Binary Sort

Quick Sort

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of the above recursive implementation used to reverse a string?

O(1)

O(n)

O(n2)

O(n3)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many recursive calls are there in Recursive matrix multiplication by Strassen’s Method?

5

7

8

4

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement is true about stack?

Pop operation removes the top most

element

Pop operation removes the bottom most

element

Push operation adds new element at the

bottom

Push operation removes the top most

element

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is considered as the top of the stack in the linked list implementation of the stack?

Last node

First node

Random node

Middle node

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the biggest advantage of selection sort?

It has low time complexity

it has low space complexity

it is easy to implement

it requires only n swaps under any condition

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?