Stack Operations

Stack Operations

University

5 Qs

quiz-placeholder

Similar activities

DEMP CS #10

DEMP CS #10

University

8 Qs

Stack

Stack

University

5 Qs

Stack

Stack

University

10 Qs

Data Structures

Data Structures

University

10 Qs

Circular array quiz

Circular array quiz

University

10 Qs

Algoritmo y estructura de datos S10

Algoritmo y estructura de datos S10

12th Grade - University

10 Qs

Quiz 12: Templates, STL

Quiz 12: Templates, STL

University

10 Qs

Sumatif Akhir Informatika

Sumatif Akhir Informatika

1st Grade - University

10 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