Chapter Study

BCA Semester 3 Data Structure and AlgorithmsUnit 2: The Stack (3Hrs)

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

8
Questions
50
Marks
Back to All Chapters

What is Data Structure? Show the status of stack converting following infix expression to post fix: P+Q(RS/T+U)VWP + Q - (R*S/T+U)-V*W

MediumTHEORY5 marks2019(TU FOHSS Final)

What is stack? List the applications of stack. Write an algorithm or procedure to perform PUSH and POP operation in stack.

MediumTHEORY10 marks2019(TU FOHSS Final)

Write an algorithm to convert infix expression to postfix.

MediumTHEORY5 marks2021(TU FOHSS Final)

What is abstract data type? convert a$b*c-d+e/f/(g+h) into postfix expression using stack.

MediumTHEORY5 marks2022(TU FOHSS Final)

What is stack? List the application of the stack. Write an algorithm to perform PUSH and POP operation in stack. Describe linked list implementation of stack operations.

HardTHEORY10 marks2022(TU FOHSS Final)

Define stack. Why stack is considered as an ADT? List any four applications of stack.

MediumTHEORY5 marks2023(TU FOHSS Final)

Evaluate the following postfix expression using the stack: 45+732+4 5 + 7 3 - 2 + *

MediumTHEORY5 marks2023(TU FOHSS Final)

Differentiate between stack and queue. What are the general applications of a stack?

MediumTHEORY5 marks2024(TU FOHSS Final)
Showing 8 questions

Sample Questions

What is Data Structure? Show the status of stack converting following infix expression to post fix: \(P + Q - (RS/T+U)-VW\)

Marks: 5Chapter: Unit 2: The Stack (3Hrs)

What is stack? List the applications of stack. Write an algorithm or procedure to perform PUSH and POP operation in stack.

Marks: 10Chapter: Unit 2: The Stack (3Hrs)

Write an algorithm to convert infix expression to postfix.

Marks: 5Chapter: Unit 2: The Stack (3Hrs)

What is abstract data type? convert a$bc-d+e/f/(g+h) into postfix expression using stack.

Marks: 5Chapter: Unit 2: The Stack (3Hrs)

What is stack? List the application of the stack. Write an algorithm to perform PUSH and POP operation in stack. Describe linked list implementation of stack operations.

Marks: 10Chapter: Unit 2: The Stack (3Hrs)

And more questions available on this page.

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