Stack and Queue Quiz

Stack and Queue Quiz

University

168 Qs

quiz-placeholder

Similar activities

CSA Final with answers

CSA Final with answers

University

166 Qs

Ujian Semester Networking for Aeronautical Communication

Ujian Semester Networking for Aeronautical Communication

University

170 Qs

An toàn web và csdl (WEB)

An toàn web và csdl (WEB)

University

170 Qs

220-1101 Library

220-1101 Library

University

164 Qs

Security

Security

University

165 Qs

GCP Mock

GCP Mock

University

169 Qs

Ôn tập HK2 lớp 10

Ôn tập HK2 lớp 10

10th Grade - University

167 Qs

CCTH

CCTH

University

169 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?