Art of Problem Solving

Computer programming: Difference between revisions

Modx07 (talk | contribs)
No edit summary
AlcumusGuy (talk | contribs)
fixed the order of the list of languages and added HTML
Line 1: Line 1:
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. Common programming languages include C++, Java, Visual Basic, C#, C, and Pascal. Other languages differing slightly in usage from these are known as scripting languages. Examples are Perl, Python, Ruby and PHP.  
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. Common programming languages include C, C++, C#, and Java. Other languages differing slightly in usage from these are known as scripting languages. Examples are Python(very popular), Perl, PHP, and Ruby. HTML is a markup language(it stands for Hyper Text Markup Language)for creating websites. It is not considered as a programming language.


{{stub}}
{{stub}}

Revision as of 12:14, 20 November 2011

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. Common programming languages include C, C++, C#, and Java. Other languages differing slightly in usage from these are known as scripting languages. Examples are Python(very popular), Perl, PHP, and Ruby. HTML is a markup language(it stands for Hyper Text Markup Language)for creating websites. It is not considered as a programming language.

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