DSA Diaries 2.0

DSA Diaries 2.0

University

11 Qs

quiz-placeholder

Similar activities

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

DAA quiz2

DAA quiz2

University

15 Qs

DAA_C_MCQ_2

DAA_C_MCQ_2

University

10 Qs

COMPUTER PROGRAMMING 2- SEATWORK 1- INTRO TO DATA STRUCTURES

COMPUTER PROGRAMMING 2- SEATWORK 1- INTRO TO DATA STRUCTURES

University

10 Qs

UAS AlStrukDat

UAS AlStrukDat

University

10 Qs

Sorting and Selection DSA Quiz

Sorting and Selection DSA Quiz

University

12 Qs

Sorting in Data Structures

Sorting in Data Structures

University

15 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

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