HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 3Data Structure and AlgorithmsUnit 2: Stack (4 Hrs.)
Chapter Study

Bsc CSIT Semester 3 – Data Structure and Algorithms – Unit 2: Stack (4 Hrs.)

Comprehensive questions and detailed answers for Unit 2: Stack (4 Hrs.). Perfect for exam preparation and concept clarity.

7
Questions
45
Marks
Back to All Chapters
1

Explain push and pop operations of stack. What are different applications of stack?

MediumTHEORY5 marks2080(TU Final)
2

Convert the infix expression A+(((B-C)*(D-E)+F)/G)$(H-I) into post expression using stack.

MediumTHEORY5 marks2081(TU Final)
3

How recursive algorithm uses stack to store intermediate results? Illustrate with an example. Convert the infix expression A+B-(CD/E+F)-GH into postfix expression using stack.

HardTHEORY10 marks2079(TU Final)
4

Evaluate the postfix expression 574-*8/4+ using stack.

MediumTHEORY5 marks2079(TU Final)
5

Evaluate the expression ABCD-x+ using stack where A=5, B=4, C=3 and D=7

MediumTHEORY5 marks2078(TU Final)
6

What is stack? What are the different applications of stack? Explain stack operations with example.

HardTHEORY10 marks2077(TU Final)
7

Explain algorithm for evaluation of postfix expression using stack

MediumTHEORY5 marks2077(TU Final)
Showing 7 questions

Exam Years

Past question papers

2081
TU Final•1 questions
2080
TU Final•1 questions
2079
TU Final•2 questions
2078
TU Final•1 questions
2077
TU Final•2 questions

Questions in Unit 2: Stack (4 Hrs.)

Explain push and pop operations of stack. What are different applications of stack?

Marks: 5

Year: 2080 Final TU

Stack (Definition) A Stack is a linear data structure that follows the LIFO (Last In, First Out) principle. The element inserted last is removed first. Examples: - Stack of plates - Undo/Redo op

Convert the infix expression A+(((B-C)(D-E)+F)/G)$(H-I) into post expression using stack.

Marks: 5

Year: 2081 Final TU

1. Definition Infix Expression An infix expression is an expression in which the operator is written between operands. Example: A + B Postfix Expression A postfix expression (Reverse Polish No

How recursive algorithm uses stack to store intermediate results? Illustrate with an example. Convert the infix expression A+B-(CD/E+F)-GH into postfix expression using stack.

Marks: 10

Year: 2079 Final TU

Part A: Use of Stack in Recursive Algorithms Definition of Recursion A recursive algorithm is an algorithm that solves a problem by calling itself with a smaller subproblem until a base condition is

Evaluate the postfix expression 574-8/4+ using stack.

Marks: 5

Year: 2079 Final TU

1. Definition A postfix expression (Reverse Polish Notation) is an expression in which operators come after operands. It is evaluated using a stack by scanning the expression from left to right. ---

Evaluate the expression ABCD-x+ using stack where A=5, B=4, C=3 and D=7

Marks: 5

Year: 2078 Final TU

Step 1: Replace variables with values ABCD-x+ → 5 4 3 7 - x + (Assuming x means multiplication in this context; if it's subtraction, replace accordingly.) Here, let's consider x as multiplication .

What is stack? What are the different applications of stack? Explain stack operations with example.

Marks: 10

Year: 2077 Final TU

1. Definition of Stack A Stack is a linear data structure that follows the principle of LIFO (Last In, First Out). - The element inserted last is removed first. - All insertions and deletions take p

Explain algorithm for evaluation of postfix expression using stack

Marks: 5

Year: 2077 Final TU

Algorithm to Evaluate Postfix Expression 1. Definition A postfix expression (also called Reverse Polish Notation) is an expression in which the operator comes after the operands. Example: 2354+9- A

About Unit 2: Stack (4 Hrs.) Questions

This page contains comprehensive questions from the Unit 2: Stack (4 Hrs.) chapter of Data Structure and Algorithms, part of the Bsc CSIT Semester 3 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Data Structure and Algorithms Chapters

Unit 2: Stack (4 Hrs.) chapter questions with answers for Data Structure and Algorithms (Bsc CSIT Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.