Stack and Queue Quiz

Stack and Queue Quiz

University

168 Qs

quiz-placeholder

Similar activities

ccna m2

ccna m2

1st Grade - Professional Development

170 Qs

Tin 10 chủ đề 1,2,3,4,5(bài16)

Tin 10 chủ đề 1,2,3,4,5(bài16)

10th Grade - University

163 Qs

Mạng Máy Tính

Mạng Máy Tính

University

166 Qs

Machine Learning

Machine Learning

University

164 Qs

Review Materi Sistem Operasi 1

Review Materi Sistem Operasi 1

University

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