What is the purpose of the design phase in program development?
What is the purpose of the design phase in program development?
Explanation
Design phase creates flowcharts showing program logic and step-by-step algorithms. This planning happens before writing actual code. Good design makes coding much easier.
Testing happens after coding. Writing source code is the implementation phase. Documentation explains how the program works.
Design is like drawing blueprints before building a house. It maps out solutions to problems clearly.