Difference between revisions of "Human-readable medium"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 18: Line 18:
 
* [[Computing]]
 
* [[Computing]]
 
* [[Data]]
 
* [[Data]]
 +
* [[HTML]]
 
* [[Information]]
 
* [[Information]]
 
* [[Machine-readable]]
 
* [[Machine-readable]]
 
* [[Markup language]]
 
* [[Markup language]]
 +
* [[Nemeth Braille]]
 
* [[Text]]
 
* [[Text]]
 
* [[Unicode]]
 
* [[Unicode]]

Revision as of 11:23, 21 February 2016

A human-readable medium or human-readable format is a representation of data or information that can be naturally read by humans.

Description

In computing, human-readable data is often encoded as ASCII or Unicode text.

Virtually all data can be parsed by a suitably equipped and programmed computer or machine; reasons for choosing binary formats over text formats usually center on issues of storage space, as a binary representation usually takes up fewer bytes of storage, and efficiency of access (input and output) without parsing or conversion.

In most contexts, the alternative to a human-readable representation is a machine-readable format or medium of data primarily designed for reading by electronic, mechanical or optical devices, or computers.

Markup languages

With the advent of standardized, highly structured markup languages, such as Extensible Markup Language (XML), the decreasing costs of data storage, and faster and cheaper data communication networks, compromises between human-readability and machine-readability are now more common-place than they were in the past.

See also

External links