eyeball-readable - определение. Что такое eyeball-readable
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое eyeball-readable - определение

REPRESENTATION OF DATA OR INFORMATION THAT CAN BE NATURALLY READ BY HUMANS
Human readable; Human-readable; Human-readable interpretation; Human Readable Interpretation; Human readable interpretation; Human―readable medium; Human—readable medium; Human-readable format; Human-readable data; Human-readable medium

Machine-readable passport         
  • Chinese visa (2019)
  • [[Hungarian identity card]] (2016)
  • MRV-B Visa MRZ Construction
MACHINE-READABLE TRAVEL DOCUMENT UTILIZING OPTICAL CHARACTER RECOGNITION
Machine readable passport; ISO/IEC 7501-1; Machine Readable Travel Document; MRZ; Mrz; Machine readable travel documents; XXA; XXB; XXC; Machine-readable zone; Machine-readable travel document; Machine Readable Zone; Xxaa; XCC; Document 9303; Machine Readable Passport; Machine-readable ID card
A machine-readable passport (MRP) is a machine-readable travel document (MRTD) with the data on the identity page encoded in optical character recognition format. Many countries began to issue machine-readable travel documents in the 1980s.
machine-readable         
MEDIUM CAPABLE OF STORING DATA IN A FORMAT READABLE BY A MECHANICAL DEVICE (RATHER THAN HUMAN READABLE)
Automated data medium; Machine-readable media; Computer-readable; Machine readable; Computer readable; Machine-parsable; Machine parsable; Machine-readability; Computer storage media; Machine-readable; Machine-readable data; Machine readability; Machine-readable form; Machine—readable data; Machine―readable data; Machine-readable format; Machine-readable medium
¦ adjective (of data) in a form that a computer can process.
Machine-readable document         
DOCUMENT WHOSE CONTENT CAN BE READILY PROCESSED BY COMPUTERS
Machine-readable documents; Machine-Readable Documents; Machine readable document
A machine-readable document is a document whose content can be readily processed by computers. Such documents are distinguished from machine-readable data by virtue of having sufficient structure to provide the necessary context to support the business processes for which they are created.

Википедия

Human-readable medium and data

In computing, a human-readable medium or human-readable format is any encoding of data or information that can be naturally read by humans, resulting in human-readable data. It is often encoded as ASCII or Unicode text, rather than as binary data.

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. For example, Universal Product Code (UPC) barcodes are very difficult to read for humans, but very effective and reliable with the proper equipment, whereas the strings of numerals that commonly accompany the label are the human-readable form of the barcode information. Since any type of data encoding can be parsed by a suitably programmed computer, the decision to use binary encoding rather than text encoding is usually made to conserve storage space. Encoding data in a binary format typically requires fewer bytes of storage and increases efficiency of access (input and output) by eliminating format parsing or conversion.

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. This has led to humane markup languages and modern configuration file formats that are far easier for humans to read. In addition, these structured representations can be compressed very effectively for transmission or storage.

Human-readable protocols greatly reduce the cost of debugging.

Various organizations have standardized the definition of human-readable and machine-readable data and how they are applied in their respective fields of application, e.g., the Universal Postal Union.

Often the term human-readable is also used to describe shorter names or strings, that are easier to comprehend or to remember than long, complex syntax notations, such as some Uniform Resource Locator strings.

Occasionally "human-readable" is used to describe ways of encoding an arbitrary integer into a long series of English words. Compared to decimal or other compact binary-to-text encoding systems, English words are easier for humans to read, remember, and type in.