Prefix/Infix/Postfix Notation

12 questions

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