Skip to main content
Chapter 3 of 13
Important Questions

Stack

Jharkhand Board · Class 12 · Computer Science

Most important questions from Stack for Jharkhand Board Class 12 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.

30 questions25 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 important questions 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
30 Questions·
multiple choicemultiple correct

Sample Questions

1multiple correct

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.

2multiple choice

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.

3multiple choice

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 +.

4multiple correct

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 All

Frequently Asked Questions

What are the important topics in Stack for Jharkhand Board Class 12 Computer Science?
Stack covers several key topics that are frequently asked in Jharkhand 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 — Jharkhand Board Class 12 Computer Science?
Understand the core concepts first, then work through the 30 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many important questions are there in Stack?
There are 30 practice questions available for Stack. These cover multiple question types including MCQs, short answer, and long answer questions.

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 Jharkhand Board Class 12 Computer Science.