STACK

STACK

University

5 Qs

quiz-placeholder

Similar activities

StruDa C - 19 Sep

StruDa C - 19 Sep

University

10 Qs

BCSC0006 - Quiz 3 - Recursion

BCSC0006 - Quiz 3 - Recursion

University

10 Qs

stack

stack

University

7 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Data Structures

Data Structures

University

10 Qs

DFC30233 - Chapter 3

DFC30233 - Chapter 3

University

10 Qs

Data Structure

Data Structure

University

10 Qs

UNIT-2 QUEUE

UNIT-2 QUEUE

University

10 Qs

STACK

STACK

Assessment

Quiz

Computers

University

Easy

Created by

SATHEESH R

Used 22+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Process of inserting an element in stack is called

Create

Push

Evaluation

Pop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Process of removing an element from stack is called _______

Create

Push

Evaluation

Pop

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a stack, if a user tries to remove an element from empty stack it is called _______

Underflow

Empty collection

Overflow

Garbage Collection

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Pushing an element into stack already having five elements and stack size of 5, then stack becomes

Overflow

Crash

Underflow

User flow

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Entries in a stack are “ordered”. What is the meaning of this statement?

A collection of stacks is sortable

Stack entries may be compared with the ‘<‘ operation

The entries are stored in a linked list

There is a Sequential entry that is one by one