Stack
Kerala Board · Class 12 · Computer Science
Flashcards for Stack — Kerala Board Class 12 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.
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

Super Tutor has 10+ illustrations like this for Stack alone — flashcards, concept maps, and step-by-step visuals.
See them allWhat 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.
स्टैक क्या है?
Answer
स्टैक एक रैखिक डेटा संरचना है जिसमें सम्मिलन और विलोपन केवल एक छोर से होता है, जिसे TOP कहा जाता है। यह LIFO सिद्धांत का पालन करता है, इसलिए जो अंतिम तत्व जोड़ा जाता है, वही पहला हटाया जाता है।…
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.
स्टैक को LIFO संरचना क्यों कहा जाता है?
Answer
LIFO का मतलब लास्ट इन फर्स्ट आउट (Last-In-First-Out) है। सबसे हालिया तत्व जो सबसे ऊपर डाला गया है, उसे पहले हटाया जाता है। प्लेटों या किताबों का ढेर इसी तरह काम करता है।…
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.
स्टैक में TOP क्या है?
Answer
TOP वह अंत है जहाँ से किसी स्टैक में तत्व जोड़े या हटाए जाते हैं। पायथन सूची-आधारित स्टैक में TOP सूची का सबसे दाहिना अंत है।…
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.
पायथन में स्टैक कैसे लागू किया जाता है?
Answer
एक स्टैक को लिस्ट डेटा टाइप का उपयोग करके लागू किया जाता है। append() का उपयोग PUSH के लिए किया जाता है और POP के लिए पॉप () का उपयोग किया जाता है। किसी स्पष्ट TOP चर की आवश्यकता नहीं है क्योंकि दोनों…
+60 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Stack for Kerala Board Class 12 Computer Science?
How to score full marks in Stack — Kerala Board Class 12 Computer Science?
How many flashcards are available for Stack?
Sources & Official References
- Kerala Board of Public Examinations — keralapareekshabhavan.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Stack
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Stack chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Kerala Board Class 12 Computer Science.