Stack Operations

Stack Operations

University

5 Qs

quiz-placeholder

Similar activities

Stack in Data Structure

Stack in Data Structure

University

10 Qs

unit-2 stack

unit-2 stack

University

10 Qs

special

special

University

10 Qs

Quiz on Stacks and Data Structures 2

Quiz on Stacks and Data Structures 2

University

10 Qs

STACK - [UJI UAS ALS]

STACK - [UJI UAS ALS]

University

10 Qs

Circular array quiz

Circular array quiz

University

10 Qs

stack

stack

University

10 Qs

Stacks/Queues

Stacks/Queues

University

9 Qs

Stack Operations

Stack Operations

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A stack can be implemented by means of ...........

Array

Structure

Pointer

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.................... is a function in stack definition which is used to insert data at the stack's top.

Push

Pop

Peek

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

......... is a function in the stack definition which is used to remove data from the stack's

top.

Push

Pop

Peek

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

......... is a function in the stack which is used to extract the element present

at the stack top.

Push

Pop

Peek

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The operation checks whether the stack is full.

Push

Pop

isFull()

None