DAY-3 DSA BOOTCAMP

DAY-3 DSA BOOTCAMP

University

10 Qs

quiz-placeholder

Similar activities

Data Structure Revision-II

Data Structure Revision-II

University

8 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

Data Structure

Data Structure

University

14 Qs

Quiz 4 - Queue ADT

Quiz 4 - Queue ADT

University

13 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

Data structures

Data structures

University

12 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

DAY-3 DSA BOOTCAMP

DAY-3 DSA BOOTCAMP

Assessment

Quiz

Computers

University

Hard

Created by

ATHARVA GALNE

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operation is used to add an element to a Stack?

Enqueue

Dequeue

Push

Pop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What happens when you try to pop an element from an empty Stack?

It returns null

It returns the top element 

It causes an underflow 

It causes an overflow

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of a push operation in a Stack?

1

n

n logn

n^2

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following applications may use a Stack?

Recursion 

Parsing

Browser history

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Removes the last from Q

Keeps the Q same as it was before the call

Makes Q empty

Reverses the Q

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following operations on a queue data structure has a time complexity of O(1)? 
A] Enqueue

B] Dequeue

C] Peek.

D] Clear.

Only A

A and B only

All of the Above

Only B

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about linked list implementation of queue?

A] In push operation, if new nodes are inserted at the beginning of linked list, then in pop operation, nodes must be removed from end.

B] In push operation, if new nodes are inserted at the end, then in pop operation, nodes must be removed from the beginning.

A only

B only

Both of the above
A and B

None of the above

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?