Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
4 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 4

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Code (computer programming)

In computer programming, the word code refers to Instructions to a computer in a programming language. In this usage, the noun code typically stands for source code or machine language, and the verb to code means to write source code, to program. This usage may have originated when the first symbolic languages were developed and were punched onto cards as codes .

Engineers often use the word code to mean a single Computer program. They might say I wrote a code or I have two codes . This typically inspires wincing among the literate software engineer or computer scientist. They would rather say I wrote some code or I have two programs . Since English allows virtually any word to be used as a verb, a programmer, or coder might also say I coded a program ; but, since a code can stand for multiple concepts, that coder might say I hard-coded it right into the program , as opposed to the Metaprogramming (programming) model, which might allow multiple re-uses of the same piece of code to accomplish multiple goals. Thus, the coder might instead soft-code a concept, which ensures that it will have a longer lifespan than a hard-coded concept .

Mechanical engineers use a Numerical Control Code (NC Code), such as G-code, to tell CNC machines how to cut raw material into the desired shape. G code is one of many programming languages.

=See also=

*Code injection *Recoder