Stack and Queue Quiz

Stack and Queue Quiz

University

168 Qs

quiz-placeholder

Similar activities

Jr.5 Elmotamayez Mohamed Atef

Jr.5 Elmotamayez Mohamed Atef

University

170 Qs

Exploring Game Theory and NLP Concepts

Exploring Game Theory and NLP Concepts

University

171 Qs

Stack and Queue Quiz

Stack and Queue Quiz

Assessment

Quiz

Computers

University

Hard

Created by

sanjay madaan

FREE Resource

168 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structure works on Last In First Out (LIFO) principle?

Queue

Stack

Array

Linked List

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation inserts an element into a stack?

Add

Enqueue

Push

Insert

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operation called that removes an element from the top of the stack?

Delete

Remove

Dequeue

Pop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, where is the new element added?

Bottom

Top

Middle

Anywhere

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output after performing operations: push(10), push(20), pop()?

10

20

30

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for undo operations in text editors?

Queue

Array

Stack

Tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you pop from an empty stack?

Returns 0

Inserts null

Stack Overflow

Stack Underflow

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?