Difference between revisions of "Human-readable medium"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(trim.)
Line 1: Line 1:
 
A '''human-readable medium''' or human-readable format is a representation of [[data]] or [[information]] that can be naturally read by humans.
 
A '''human-readable medium''' or human-readable format is a representation of [[data]] or [[information]] that can be naturally read by humans.
  
In [[computing]], human-readable data is often encoded as [[ASCII]] or [[Unicode]] text, rather than presented in a [[binary]] representation.
+
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.
 
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.

Revision as of 19:08, 4 June 2015

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

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.

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.

External links