What is Computer Programing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is Computer Programing?

I want make a new program but I don't know software

22nd Sep 2017, 6:36 PM
Vinay vK
Vinay vK - avatar
1 Answer
+ 7
https://www.sololearn.com/Courses/ ^There you go. Start reading. Before you ask, if you going web dev, start with HTML5/CSS3 and go from there. Everything else, start with C#/Java/Python/etc... -------------- https://en.wikipedia.org/wiki/Computer_programming Computer programming (often shortened to programming) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation (commonly referred to as coding[1][2]) of algorithms in a target programming language. Source code is written in one or more programming languages. The purpose of programming is to find a sequence of instructions that will automate performing a specific task or solving a given problem. The process of programming thus often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms, and formal logic. Related tasks include testing, debugging, and maintaining the source code, implementation of the build system, and management of derived artifacts such as machine code of computer programs. These might be considered part of the programming process, but often the term software development is used for this larger process with the term programming, implementation, or coding reserved for the actual writing of source code. Software engineering combines engineering techniques with software development practices.
22nd Sep 2017, 6:40 PM
AgentSmith