Stack
CBSE · Class 12 · Computer Science
Complete topic list for Stack in CBSE Class 12 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.
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 syllabus 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 allTopics in Stack
Introduction to Stack
- Stack is a linear data structure with LIFO (Last-In-First-Out) principle
- Elements are added and removed from the same end called 'TOP'
- Real-life examples: pile of plates, stack of books, bangles on wrist
Stack Operations
- PUSH operation: Adds element to the top of stack
- POP operation: Removes and returns top element from stack
- isEmpty(): Checks if stack is empty
Implementation of Stack in Python
- Python lists can be used to implement stacks efficiently
- append() method adds elements to the right end (top of stack)
- pop() method removes elements from the right end (top of stack)
Expression Notations
- Infix notation: operators between operands (x + y)
- Prefix notation: operators before operands (+xy)
- Postfix notation: operators after operands (xy+)
Key Concepts
Frequently Asked Questions
What are the important topics in Stack for CBSE Class 12 Computer Science?
How to score full marks in Stack — CBSE Class 12 Computer Science?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.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
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Practice Quiz
Test yourself with a quick quiz
Concept Maps
See how topics connect visually
For serious students
Get the full Stack chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Computer Science.