Difference between revisions of "Code"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
 
== See also ==
 
== See also ==
  
 +
* [[Asemic writing]]
 +
* [[Cipher]]
 +
* [[Code (semiotics)]]
 +
* [[Coding theory]] - the study of the properties of codes and their fitness for a specific application.
 
* [[Computer programming]]
 
* [[Computer programming]]
 
* [[Communication]]
 
* [[Communication]]
 +
* [[Equipment codes]]
 
* [[Gesture]]
 
* [[Gesture]]
 
* [[Image]]
 
* [[Image]]
Line 26: Line 31:
 
* [[Language]]
 
* [[Language]]
 
* [[Letter]]
 
* [[Letter]]
 +
* [[Quantum error correction]]
 +
* [[Semiotics]]
 
* [[Sound]]
 
* [[Sound]]
 
* [[Source code]]
 
* [[Source code]]
Line 36: Line 43:
 
* [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Code Code] @ Wikipedia
  
* [[Category:Communication]]
+
[[Category:Communication]]
* [[Category:Computer programming]]
+
[[Category:Computer programming]]
* [[Category:Computer science]]
+
[[Category:Computer science]]
* [[Category:Computing]]
+
[[Category:Computing]]
* [[Category:Data]]
+
[[Category:Data]]
* [[Category:Cryptography]]
+
[[Category:Cryptography]]
* [[Category:Information]]
+
[[Category:Information]]

Latest revision as of 14:56, 19 August 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

External links