What is Reverse Polish Notation?

Reverse Polish Notation (or RPN) is simply a different mathematical way of laying out equations, take for example the expression:
7+ 9
The layout is <First number> <Operator> <Second Number>, in computing we usually refer to the numbers as 'Operands' - another name for this layout is 'infix'. RPN lays out expressions with the Operands first and the Operator later. So our expression becomes:
7 9 +

NP
Answered by Nick P. Computing tutor

5596 Views

See similar Computing A Level tutors

Related Computing A Level answers

All answers ▸

In decimal, what is the most negative number that can be represented using a 12-bit two’s complement binary integer?


Explain the difference between lossless and lossy data compression techniques.


In Python, write a recursive function that returns the first n Fibonacci numbers.


Describe a stack data structure.


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2026 by IXL Learning