Difference between revisions of "Computer programming"

m
Line 1: Line 1:
Computer programming is the act of creating a program that will send instructions to a computer using a programming language. The format of these instructions depends on the language in question, and oftentimes, programs are converted multiple times before being executed by the computer hardware.
+
Computer programming (often shortened to programming or coding) is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain desired behavior (customization). The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.
  
 
{{stub}}
 
{{stub}}

Revision as of 22:53, 14 January 2009

Computer programming (often shortened to programming or coding) is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain desired behavior (customization). The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.

This article is a stub. Help us out by expanding it.