Human-readable medium

From Wiki @ Karl Jones dot com
Revision as of 04:34, 25 April 2016 by Karl Jones (Talk | contribs) (External links)

Jump to: navigation, search

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