Skip to main content
Chapter 3 of 13
Flashcards

Stack

Tripura Board · Class 12 · Computer Science

Flashcards for Stack — Tripura Board Class 12 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.

105 questions68 flashcards5 concepts

Interactive on Super Tutor

Studying Stack? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for flashcards and more.

1,000+ Class 12 students started this chapter today

An infographic illustrating various data structures like String, List, Set, Tuple, Array, Linked List, Binary Trees, Heaps, Graph, Sparse Matrix, and highlighting linear vs. non-linear structures.
Super Tutor

Super Tutor has 10+ illustrations like this for Stack alone — flashcards, concept maps, and step-by-step visuals.

See them all
68 Flashcards
Card 1Definition of Stack

What is a stack?

Answer

A stack is a linear data structure in which insertion and deletion happen from one end only, called TOP. It follows the LIFO principle, so the last element added is the first one removed.

Card 2स्टैक की परिभाषा

स्टैक क्या है?

Answer

स्टैक एक रैखिक डेटा संरचना है जिसमें सम्मिलन और विलोपन केवल एक छोर से होता है, जिसे TOP कहा जाता है। यह LIFO सिद्धांत का पालन करता है, इसलिए जो अंतिम तत्व जोड़ा जाता है, वही पहला हटाया जाता है।

Card 3LIFO Principle

Why is stack called a LIFO structure?

Answer

LIFO means Last-In-First-Out. The most recent element inserted at the top is removed first. This is how a pile of plates or books behaves.

Card 4LIFO सिद्धांत

स्टैक को LIFO संरचना क्यों कहा जाता है?

Answer

LIFO का मतलब लास्ट इन फर्स्ट आउट (Last-In-First-Out) है। सबसे हालिया तत्व जो सबसे ऊपर डाला गया है, उसे पहले हटाया जाता है। प्लेटों या किताबों का ढेर इसी तरह काम करता है।

Card 5Top of Stack

What is TOP in a stack?

Answer

TOP is the end from which elements are added or deleted in a stack. In a Python list-based stack, TOP is the rightmost end of the list.

Card 6स्टैक के शीर्ष पर

स्टैक में TOP क्या है?

Answer

TOP वह अंत है जहाँ से किसी स्टैक में तत्व जोड़े या हटाए जाते हैं। पायथन सूची-आधारित स्टैक में TOP सूची का सबसे दाहिना अंत है।

Card 7Python Implementation

How is a stack implemented in Python?

Answer

A stack is implemented using the list data type. append() is used for PUSH and pop() is used for POP. No explicit TOP variable is needed because both work at the rightmost end.

Card 8पायथन कार्यान्वयन

पायथन में स्टैक कैसे लागू किया जाता है?

Answer

एक स्टैक को लिस्ट डेटा टाइप का उपयोग करके लागू किया जाता है। append() का उपयोग PUSH के लिए किया जाता है और POP के लिए पॉप () का उपयोग किया जाता है। किसी स्पष्ट TOP चर की आवश्यकता नहीं है क्योंकि दोनों

+60 more flashcards available

Practice All

Frequently Asked Questions

What are the important topics in Stack for Tripura Board Class 12 Computer Science?
Stack covers several key topics that are frequently asked in Tripura Board Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Stack — Tripura Board Class 12 Computer Science?
Understand the core concepts first, then work through the 105 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many flashcards are available for Stack?
There are 68 flashcards for Stack covering key definitions, formulas, and concepts. Use them daily for 10–15 minutes for best results.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Stack chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Tripura Board Class 12 Computer Science.