A7 - STACK

A7 - STACK

University

27 Qs

quiz-placeholder

Similar activities

Computer Networking Quiz

Computer Networking Quiz

University

23 Qs

DCN7 protocol

DCN7 protocol

University

25 Qs

MATH

MATH

University

22 Qs

python

python

University

30 Qs

Working Principles of Devices Quiz

Working Principles of Devices Quiz

University

25 Qs

PE Part 2

PE Part 2

University

30 Qs

Mathematics In the Modern World

Mathematics In the Modern World

University

24 Qs

Laboratory Management M L2.1: Directing and Controlling

Laboratory Management M L2.1: Directing and Controlling

University

26 Qs

A7 - STACK

A7 - STACK

Assessment

Quiz

Others

University

Easy

Created by

Cham Cham ジ

Used 7+ times

FREE Resource

27 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A ______ is an Abstract Data Type (ADT), commonly used in most programming languages. It is named stack as it behaves like a real-world stack, for example – a deck of cards or a pile of plates, etc.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A ________ allows operations at one end only. For example, we can place or remove a card or plate from the top of the stack only. Likewise, Stack ADT allows all data operations at one end only. At any given time, we can only access the top element of a stack.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

This feature makes it ____ data structure. ____ stands for Last-In-First-Out. Here, the element which is placed (inserted or added) last, is accessed first. In stack terminology, insertion operation is called PUSH operation and removal operation is called POP operation.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

LIFO stands for _______.

5.

FILL IN THE BLANK QUESTION

30 sec • 3 pts

A stack can be implemented by means of _____, _____, _____, and _______.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Stack can either be a fixed size one or it may have a sense of ___________.

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Here, we are going to implement stack using ______, which makes it a fixed size stack implementation.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?