02 CS1 Unit 2 - Lesson 2
02 CS1 Unit 2 - Lesson 2
Programming
Unit 1: Flowchart, Pseudocode, and Logic Formulation
Lesson 2: Program Development Cycle, Pseudocode Statements and Flowchart Symbols
Learning Outcome
start
input myNumber
set myAnswer = myNumber * 2
output myAnswer
stop
Pseudocode is fairly flexible because it is a planning
tool, and not the final product. Therefore, for
example, we might prefer any of the following:
Input/Output
Flowlines
Symbol
Process Symbol
Terminal Symbols