DAY-3 DSA BOOTCAMP

DAY-3 DSA BOOTCAMP

University

10 Qs

quiz-placeholder

Similar activities

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DS-U2-QUIZ2

DS-U2-QUIZ2

University

12 Qs

Stack & Queue

Stack & Queue

University

10 Qs

Linked List 2

Linked List 2

University

10 Qs

special

special

University

10 Qs

Queues

Queues

11th Grade - Professional Development

15 Qs

Motherboard

Motherboard

University

14 Qs

Quizze Buzzie

Quizze Buzzie

University

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