Please enable JavaScript.
Coggle requires JavaScript to display documents.
Program development - Coggle Diagram
Program development
Testing and debugging the program
Free of syntax errors
Free of logic errors
Robust
Free of run-time errors
Reliable
Writing the program
System Specifications Review
Program Identification and Description
Program design, Coding, Testing and Documentation
Subprogram
Alpha test
Beta test
What is a program?
The programmer's challenge
Program Identification and Description
Program design, Coding, Testing and Documentation
System Specifications Review
The first step: understanding the problem
Developing the algorithm
Input data
Output
Control structures
Structured programming
Structured diagrams
Documenting the program
Flowchart & Pseudocode
Extreme Programming