What are the required steps to develop a good program?
Answers
Answered by
4
HEY DEAR ...
To begin with, writing a program involves several steps (we will consider others in the future):
Define the external specification including the user interface and event handlers
Build the user interface
Code event handlers and write common code
Debug the program
Document the program
HOPE , IT HELPS ...
To begin with, writing a program involves several steps (we will consider others in the future):
Define the external specification including the user interface and event handlers
Build the user interface
Code event handlers and write common code
Debug the program
Document the program
HOPE , IT HELPS ...
Answered by
10
Generally, program development life cycle contains 6 phases, they are as follows….
Problem Definition.
Problem Analysis.
Algorithm Development.
Coding & Documentation.
Testing & Debugging.
Maintenance.
I hope it will help u....
Problem Definition.
Problem Analysis.
Algorithm Development.
Coding & Documentation.
Testing & Debugging.
Maintenance.
I hope it will help u....
Similar questions