Prefix/Infix/Postfix Notation

12 questions

Q1
What is the postfix form of A+BCA + B * C?
Q2
Evaluate the postfix expression: 6 2 3 +  3 8 2 / + 6\ 2\ 3\ +\ -\ 3\ 8\ 2\ /\ +\ *
Q3
Evaluate the prefix expression: +  2 5  8 3+\ *\ 2\ 5\ -\ 8\ 3
Q4
Convert the infix expression (A+B)×(CD)(A + B) \times (C - D) to postfix.
Q5
Convert the infix expression A×B+C×DA \times B + C \times D to prefix.
Q6
Evaluate the postfix expression: 3 4  2 5  +3\ 4\ *\ 2\ 5\ *\ +
Q7
Convert the infix expression AB×C+DA - B \times C + D to postfix.
Q8
Evaluate the postfix expression: 8 2 / 3 + 7 8\ 2\ /\ 3\ +\ 7\ *
Q9
What is the prefix form of (A+B)×C(A + B) \times C?
Q10
Which infix expression corresponds to the prefix expression   A B / C D-\ *\ A\ B\ /\ C\ D?
Q11
Evaluate the postfix expression: 5 3 + 4 5\ 3\ +\ 4\ *
Q12
Evaluate the prefix expression:  + 3 4  9 2*\ +\ 3\ 4\ -\ 9\ 2