Computer programming

in #technology7 years ago (edited)

Problem Solving.
It is a creative process in this process problems are transformed into its solution.the most suitable solution is selected.It has following steps.
1 Planning
It is a set of task which decide the resorses required to develop a programe. Resorses include cost,time duration.
2 Analysis
analysis is done to understand the problem.
3 Design
in this phase logical representation of software is created.All major data structure,file,formats,out put formats are decided.
4 Coding
in this phase actual software is produce. Software is written in any programming language.
5 Testing And Debuging
After coding testing phase start.individual programs units are tested if there are error in the program.error are remove.
6 Implementation
The process of installing and running new program is called implementation.
7 Maintainence
Software is maintained. Software undergoes changes after delivered to the customer changes will occurs overtime because of changes in the requirement of the customer.
these picture is taken from pixel.compexels-photo.jpg

Sort:  

Good refresher!, I remember reading this stuff long back in college, almost forgot until saw your article. Thanks!

Yes! When a software has been developed, its undergoes testing, which could be unit testing,performance testing, usability testing and etc. Nice post

This is called traditional waterfall method of SDLC. now actually things are little different and more "AGILE"