Difference between revisions of "Data (computing)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(Data (computing))
Line 27: Line 27:
 
== External links ==  
 
== External links ==  
  
* [ ] @ Wikipedia
+
* [https://en.wikipedia.org/wiki/Data_(computing) Data (computing)] @ Wikipedia

Revision as of 19:25, 28 August 2015

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.

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.

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 can be organized in many different types of Data structure|data structures]], including:

Data structures can store data of many different types, including numbers, strings and even other data structures. Data pass in and out of computers via peripheral devices.

In an alternate usage, binary files (which are not human-readable) are sometimes called "data" as distinguished from human-readable "text".[4] The total amount of digital data in 2007 was estimated to be 281 billion gigabytes (= 281 exabytes).[5][6]

See also

External links