The document provides an overview of a computing lesson on Reverse Polish Notation (RPN) and use of the stack data structure. It includes the following key points: 1) Objectives are to review RPN concepts, apply RPN to the stack data structure, and review past paper questions. 2) Examples are provided to demonstrate converting infix expressions to postfix RPN and using a stack to evaluate RPN expressions step-by-step. 3) A worksheet exercise is assigned for students to complete, showing their working out. 4) The lesson aims to help students understand where RPN is applied, the differences between infix, prefix and postfix notation, and how RPN relates to the