Wednesday, November 11, 2009
Most of the new programmer finds the basic programming terms difficult. These are the some of the most commonly-used-terms in programming.


  • IDE - Integrated Development Environment. Also called the "software development system" that every programming language has. There are various IDE all over the web depending on the software you are using like dreamweaver, phpdesigner, visual basic 2008, and many more.
  • Run - To start the operation of a computer program.
  • Compile - Most programming languages use English language keyword, and compile is to translate a program into machine language.
  • Debug - A methodical process of finding and reducing the number of bugs, errors, or defects, in a computer program thus making it behave as expected.
  • Bug - A common term used to describe an error, flaw, or mistake, in a computer program that produces an incorrect or unexpected result, or causes it to behave in unintended ways.
  • Server and Client - The server and client programs are usually, but not necessarily, running on different computers communicating over a network.
  • SQL - (Structured Query Language) A database computer language designed to manipulate data. It is where the process of retrieving, updating, and deleting of data is performed.

As you continue enhancing your programming skills, you will find new programming terms. Terms are very helpful to every programmer to understand the programming language very well, whether they are fresh or skilled programmers.

0 comments:

Followers

About Me