मराठी

NCERT solutions for Computer Science [English] Class 12 chapter 3 - Stack [Latest edition]

Advertisements

Chapters

NCERT solutions for Computer Science [English] Class 12 chapter 3 - Stack - Shaalaa.com
Advertisements

Solutions for Chapter 3: Stack

Below listed, you can find solutions for Chapter 3 of CBSE NCERT for Computer Science [English] Class 12.


Exercise
Exercise [Page 52]

NCERT solutions for Computer Science [English] Class 12 3 Stack Exercise [Page 52]

Exercise | Q 1. a) | Page 52

State TRUE or FALSE for the following case:

Stack is a linear data structure.

  • True

  • False

Exercise | Q 1. b) | Page 52

State TRUE or FALSE for the following case:

Stack does not follow LIFO rule.

  • True

  • False

Exercise | Q 1. c) | Page 52

State TRUE or FALSE for the following case:

PUSH operation may result into underflow condition.

  • True

  • False

Exercise | Q 1. d) | Page 52

State TRUE or FALSE for the following case:

In POSTFIX notation for expression, operators are placed after operands.

  • True

  • False

Exercise | Q 2. a) | Page 52

Find the output of the following code:

result=0
 numberList=[10,20,30]
 numberList.append(40)
 result=result+numberList.pop()
 result=result+numberList.pop()
 print(“Result=”,result)
Exercise | Q 2. b) | Page 52

Find the output of the following code:

answer=[]; output=''
 answer.append('T')
 answer.append('A')
 answer.append('M')
 ch=answer.pop()
 output=output+ch
 ch=answer.pop()
 output=output+ch
 ch=answer.pop()
 output=output+ch
 print(“Result=”,output)
Exercise | Q 3. | Page 52

Write a program to reverse a string using stack.

Exercise | Q 4. | Page 52

For the following arithmetic expression:

((2+3)*(4/2))+2

Show step-by-step process for matching parentheses using stack data structure.

Exercise | Q 5. a) | Page 52

Evaluate following postfix expression while showing status of stack after the operation given A = 3, B = 5, C = 1, D = 4.

A B + C *

Exercise | Q 5. b) | Page 52

Evaluate following postfix expressions while showing status of stack after the operation given A = 3, B = 5, C = 1, D = 4.

A B * C / D *

Exercise | Q 6. a) | Page 52

Convert the following infix notations to postfix notations, showing stack and string contents at following step.

A + B - C * D

Exercise | Q 6. b) | Page 52

Convert the following infix notations to postfix notations, showing stack and string contents at following step.

A * ((C + D)/E)

Exercise | Q 7. | Page 52

Write a program to create a Stack for storing only odd numbers out of all the numbers entered by the user. Display the content of the Stack along with the largest odd number in the Stack. (Hint. Keep popping out the elements from stack and maintain the largest element retrieved so far in a variable. Repeat till Stack is empty).

Solutions for 3: Stack

Exercise
NCERT solutions for Computer Science [English] Class 12 chapter 3 - Stack - Shaalaa.com

NCERT solutions for Computer Science [English] Class 12 chapter 3 - Stack

Shaalaa.com has the CBSE Mathematics Computer Science [English] Class 12 CBSE solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. NCERT solutions for Mathematics Computer Science [English] Class 12 CBSE 3 (Stack) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. NCERT textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in Computer Science [English] Class 12 chapter 3 Stack are Stack and Queue in Data Structure, Notations for Arithmetic Expressions, Conversion from Infix to Postfix Notation, Evaluation of Postfix Expression.

Using NCERT Computer Science [English] Class 12 solutions Stack exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in NCERT Solutions are essential questions that can be asked in the final exam. Maximum CBSE Computer Science [English] Class 12 students prefer NCERT Textbook Solutions to score more in exams.

Get the free view of Chapter 3, Stack Computer Science [English] Class 12 additional questions for Mathematics Computer Science [English] Class 12 CBSE, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×