Exam tip 1
Examiners frequently test the difference between structure diagrams and flowcharts. Remember: a structure diagram shows decomposition (what the program is made of). A flowchart shows flow of control (the sequence of steps, decisions, and loops). Your structure diagram should NEVER contain symbols for decisions (diamonds) or loops.