A7 - STACK

A7 - STACK

University

27 Qs

quiz-placeholder

Similar activities

Muscular System

Muscular System

University

25 Qs

capati roti canai

capati roti canai

University

22 Qs

Experimental Ideas Quiz

Experimental Ideas Quiz

University

23 Qs

Introduction to Bioethics

Introduction to Bioethics

University

23 Qs

Ethical Issues

Ethical Issues

University

23 Qs

Prashanotri

Prashanotri

University

25 Qs

TRQ

TRQ

University

25 Qs

OnRamps Chemistry 301 Unit 0 Part 1 - Exam 1

OnRamps Chemistry 301 Unit 0 Part 1 - Exam 1

University

25 Qs

A7 - STACK

A7 - STACK

Assessment

Quiz

Others

University

Easy

Created by

Cham Cham ジ

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?