Difference between revisions of "Code"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 1: Line 1:
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]].
+
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]].
  
 
== Description ==
 
== Description ==
Line 21: Line 21:
 
* [[Computer programming]]
 
* [[Computer programming]]
 
* [[Communication]]
 
* [[Communication]]
 +
* [[Gesture]]
 +
* [[Image]]
 
* [[Information processing]]
 
* [[Information processing]]
 
* [[Language]]
 
* [[Language]]
 +
* [[Letter]]
 +
* [[Sound]]
 
* [[Source code]]
 
* [[Source code]]
 
* [[Symbol]]
 
* [[Symbol]]
 +
* [[Word]]
 
* [[Writing]]
 
* [[Writing]]
  

Revision as of 04:03, 9 February 2016

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.

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