Stack
Assam Board · Class 12 · Computer Science
Practice quiz for Stack — Assam Board Class 12 Computer Science. MCQs and questions with answers to test your preparation.
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 practice quiz 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 allQuick Quiz: Stack
0/4Tap an answer to check it instantly. No sign-up needed for these 4.
What principle does a stack follow?
Which operation is used to add an element to a stack?
What happens when you try to POP from an empty stack?
In Python, which list method is used to implement PUSH operation?
Sample 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 Assam Board Class 12 Computer Science?
How to score full marks in Stack — Assam Board Class 12 Computer Science?
Sources & Official References
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
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
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 Assam Board Class 12 Computer Science.