DSA Diaries 2.0

DSA Diaries 2.0

University

11 Qs

quiz-placeholder

Similar activities

SELECTION SORT QUIZ

SELECTION SORT QUIZ

University

11 Qs

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

University

10 Qs

Sort

Sort

University - Professional Development

15 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

Tes Awal Modul 4

Tes Awal Modul 4

University

10 Qs

data structure

data structure

University

15 Qs

Informatik II Quiz 1

Informatik II Quiz 1

University

11 Qs

JAVALO3

JAVALO3

University

11 Qs

DSA Diaries 2.0

DSA Diaries 2.0

Assessment

Quiz

Computers

University

Hard

Created by

Rajat Rajput

Used 12+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure follows the Last In, First Out (LIFO) principle?

Stack

Queue

Linked List

Array

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which technique is suitable for solving problems with overlapping sub-problems?

Memoization

Tabulation

Searching

Sorting

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the process of combining two or more sorted arrays into a single sorted array called?

Merging

Sorting

Insertion

Partitioning

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Memoization might be preferred over tabulation when ?

Handling Infinite Recursions

Space Efficiency

Bottom Up Approach

Simplicity

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is 4 + 6?

9

10

12

24

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a recursive call of F(5) to calculate the Fibonacci series, how many times will we calculate F(3)? Given DP is not used.

1 time

2 times

3 times

4 times

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is 1+1?

Good Question

I prefer not to answer

10

Unfortunately I don't have an answer to that

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?