Program Design Methodology
Programming becomes more difficult as programs get larger. As programs get larger, there are limits reached to how much one programmer can remember about how the program works.
Structured design has emerged as the predominant technique to design large programs.
- Features of structured programming are organized overall design based on subprograms limiting program control to sequences, loops, and selections which are easier to design and debug.