Difference between revisions of "Code"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In | + | In [[communication]] 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]]. |
== Description == | == Description == | ||
Line 35: | Line 35: | ||
* [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia | * [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia | ||
+ | |||
+ | * [[Category:Communication]] | ||
+ | * [[Category:Computer programming]] | ||
+ | * [[Category:Computer science]] | ||
+ | * [[Category:Computing]] | ||
+ | * [[Category:Data]] | ||
+ | * [[Category:Cryptography]] | ||
+ | * [[Category:Information]] |
Revision as of 15:01, 24 April 2016
In communication 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.
Description
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, coding is a common term for the the act of writing source code. The resuluting source code is commonly known as simply code.
See also
- Computer programming
- Communication
- Gesture
- Image
- Information processing
- Language
- Letter
- Sound
- Source code
- Symbol
- Word
- Writing
External links
- Code @ Wikipedia