
A7 - STACK
Authored by Cham Cham ジ
Others
University
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?