Difference between revisions of "Data (computing)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(External links)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[computing]], '''data''' (/ˈdeɪtə/ day-tə, /ˈdætə/ da-tə, or /ˈdɑːtə/ dah-tə; treated as singular, plural, or as a mass noun) is any sequence of symbols giving meaning by specific acts of interpretation.
+
In [[computing]], '''data''' (/ˈdeɪtə/ day-tə, /ˈdætə/ da-tə, or /ˈdɑːtə/ dah-tə; treated as singular, plural, or as a mass noun) is any [[sequence of symbols]] giving [[meaning]] by specific acts of [[interpretation]].
  
 
For more general usage of the term, see [[Data]].
 
For more general usage of the term, see [[Data]].
Line 43: Line 43:
 
* [[Computing]]
 
* [[Computing]]
 
* [[Data]] - general usage
 
* [[Data]] - general usage
 +
* [[Data analysis]]
 
* [[Database]]
 
* [[Database]]
 
* [[Data ecosystem]]
 
* [[Data ecosystem]]
Line 57: Line 58:
  
 
* [https://en.wikipedia.org/wiki/Data_(computing) Data (computing)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Data_(computing) Data (computing)] @ Wikipedia
 +
 +
 +
[[Category:Computation]]
 +
[[Category:Computer science]]
 +
[[Category:Computing]]
 +
[[Category:Data]]
 +
[[Category:Information]]
 +
[[Category:Information theory]]
 +
[[Category:Revision control]]
 +
[[Category:Statistics]]
 +
[[Category:Text]]

Latest revision as of 16:46, 20 April 2016

In computing, data (/ˈdeɪtə/ day-tə, /ˈdætə/ da-tə, or /ˈdɑːtə/ dah-tə; treated as singular, plural, or as a mass noun) is any sequence of symbols giving meaning by specific acts of interpretation.

For more general usage of the term, see Data.

Digital data

Digital data is the quantities, characters, or symbols on which operations are performed by a computer, stored and recorded on magnetic, optical, or mechanical recording media, and transmitted in the form of electrical signals.

Computer program

A computer program is a set of data that consists of a series of coded software instructions to control the operation of a computer or other machine.

Physical computer memory elements consist of an address and a byte/word of data storage. Digital data are often stored in relational databases, like tables or SQL databases, and can generally be represented as abstract key/value pairs.

Data structures

Data can be organized in many different types of Data structure|data structures]], including:

Data structures can store data of many different types, including:

Peripherals devices

Data pass in and out of computers via peripheral devices.

Other uses of the term data

In an alternate usage, binary files (which are not human-readable) are sometimes called "data" as distinguished from human-readable "text".

See also

External links