DSA Stack & Queue

DSA Stack & Queue

University

8 Qs

quiz-placeholder

Similar activities

Struktur Data 2020 I

Struktur Data 2020 I

University

10 Qs

DATA STRUCTURES MODULE 1 QUIZ

DATA STRUCTURES MODULE 1 QUIZ

University

10 Qs

Data Structures and Algorithms - Quiz 1

Data Structures and Algorithms - Quiz 1

University

13 Qs

Data Structures : Queue

Data Structures : Queue

University

12 Qs

informatika

informatika

7th Grade - University

10 Qs

BCA 2nd Semester, Data Structure

BCA 2nd Semester, Data Structure

University

10 Qs

AI-1

AI-1

University

10 Qs

Quiz 2 DS1D

Quiz 2 DS1D

University

12 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.