Difference between revisions of "Code"
Karl Jones (Talk | contribs) (First) |
Karl Jones (Talk | contribs) (etc) |
||
Line 10: | Line 10: | ||
'''Decoding''' is the reverse process, converting code symbols back into a form that the recipient understands | '''Decoding''' is the reverse process, converting code symbols back into a form that the recipient understands | ||
+ | |||
+ | == Computer programming == | ||
+ | |||
+ | In [[computer programming]], the act of writing source code is sometimes known as coding. The source code is commonly known as simply code. | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia | * [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia |
Revision as of 07:41, 7 June 2015
In communications and information processing, code is system of rules to convert information -- such as a letter, word, sound, image, or gesture -- into another, sometimes shortened or secret, form or representation for communication through a channel or storage in a medium.
An early example is the invention of language, which enabled a person, through speech, to communicate what he or she saw, heard, felt, or thought to others.
But speech limits the range of communication to the distance a voice can carry, and limits the audience to those present when the speech is uttered.
The invention of writing, which converted spoken language into visual symbols, extended the range of communication across space and time.
The process of encoding converts information from a source into symbols for communication or storage.
Decoding is the reverse process, converting code symbols back into a form that the recipient understands
Computer programming
In computer programming, the act of writing source code is sometimes known as coding. The source code is commonly known as simply code.
External links
- Code @ Wikipedia