Reverse polish Flashcards
1
Q
Why was Reverse Polish Notation(RPN) created?
A
To simplify mathematical expressions
2
Q
What form are expressions entered in?
A
Postfix form
3
Q
Give an example of infix notation
A
2+3, 8-4
4
Q
State the BIDMAS rule
A
Brackets
Indices
Division/Multiplication
Addition/Subtraction
5
Q
What is postfix notation?
A
Where the operator follows it’s operands
6
Q
Give examples of postfix notation
A
23+,