DSA Stack & Queue

DSA Stack & Queue

University

8 Qs

quiz-placeholder

Similar activities

special

special

University

10 Qs

DS-U2-QUIZ2

DS-U2-QUIZ2

University

12 Qs

Circular array quiz

Circular array quiz

University

10 Qs

Quiz 12: Templates, STL

Quiz 12: Templates, STL

University

10 Qs

DSA Day 3

DSA Day 3

University

9 Qs

Stacks/Queues

Stacks/Queues

University

9 Qs

Data Structures

Data Structures

University

12 Qs

Data Structure

Data Structure

University

10 Qs

DSA Stack & Queue

DSA Stack & Queue

Assessment

Quiz

Computers

University

Medium

Created by

Arikumar K S

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1.    Stack: The operation ____() adds an element to the top of the stack.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1.    Stack: The operation ____() removes the element from the top of the stack.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Stack: The operation ____() returns the element at the top of the stack without removing it.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Queue: The operation ____() adds an element to the end of the queue.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Queue: The operation ____() removes the element from the front of the queue.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Queue: The operation ____() returns the element at the front of the queue without removing it.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Priority Queue: In a priority queue, elements are ordered based on their ________.

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Stack and Queue: Both stacks and queues are examples of ________ data structures.