A7 - STACK

A7 - STACK

University

27 Qs

quiz-placeholder

Similar activities

cuantas cosas sabes sobre "el jhojan"

cuantas cosas sabes sobre "el jhojan"

University

25 Qs

Computer Networking Quiz

Computer Networking Quiz

University

23 Qs

IT Quiz

IT Quiz

University

30 Qs

Gagne's Nine Events of Instruction

Gagne's Nine Events of Instruction

University

25 Qs

Web Development Quiz

Web Development Quiz

University

30 Qs

CODE 4 KITSW ROUND - 2

CODE 4 KITSW ROUND - 2

University

25 Qs

Kiến thức về .NET và C#

Kiến thức về .NET và C#

University

31 Qs

SPDI 7

SPDI 7

University

25 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?