Stack
Tripura Board · Class 12 · Computer Science
Most important questions from Stack for Tripura Board Class 12 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.
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 important questions 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 allSample Questions
Which of the following are real-life examples of stack?
Show answer
Pile of books, Stack of plates, Bangles on wrist
Pile of books, stack of plates, and bangles on wrist follow LIFO principle - you add/remove from the top. Queue at movie theater follows FIFO, and traffic signal is not a stack example.
Which expression notation places operators between operands?
Show answer
Infix
Infix notation places operators between operands (like x + y). Prefix places operators before operands, and postfix places operators after operands.
What is the postfix notation for the infix expression 'A + B'?
Show answer
A B +
In postfix notation, operators come after their operands. So 'A + B' becomes 'A B +' where both operands A and B are followed by the operator +.
Which of the following are applications of stack in programming?
Show answer
Undo/Redo operations, Browser back button, Reversing a string
Stack is used in undo/redo operations, browser back button functionality, and string reversal because they all follow LIFO principle. Sorting and finding maximum don't typically use stack data structure.
+26 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Stack for Tripura Board Class 12 Computer Science?
How to score full marks in Stack — Tripura Board Class 12 Computer Science?
How many important questions are there in Stack?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Stack
Syllabus
What topics to cover
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
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 Tripura Board Class 12 Computer Science.