Information About

Readability





IN SCIENCE


In the sciences, readability is a measure of an instrument's ability to display incremental changes in its output value. For example, a balance with a readability of 1 mg will not display any difference between objects with masses from 0.6 mg to 1.4 mg, because possible display values are 0 mg, 1 mg, 2 mg etc. Likewise, a balance with a readability of 0.1 mg will not display any difference between objects with masses from 0.06 mg to 0.14 mg.


IN WRITING


Generally, readability is a measure of the accessibility of a piece of Writing and/or associated Page Layout , indicating how effectively it will reach a given Reading Audience .

Readability is a judgment of how easy a text is to understand for a given established and characterised Population .

The understandability of a text is an interaction between the reader whose possible prior knowledge of aspects of the content and the text features would influence the ease with which they access the text, as well as the fixed aspects of the text itself. Presentation factors unrelated to the Language of the text also affect readability, for example choice of Typeface , text size, layout and Color s.

Readability may be assessed by conducting a , which are often derived from assessment of a number of readability survey results, such as that English textbooks are most readable when laid out with 20% Whitespace on the page.

Re-readability - the propensity to again read something previously read after some time - appears to be a criterion dependent upon the reader. Yet, some authors, such as Robert A. Heinlein , appear to be more gifted to produce re-readable works than others as is apparent from the rate of re-printing.


IN PROGRAMMING

In computer programming, readability refers to the ease with which a human reader can comprehend the purpose, flow, and operation of a machine-readable section of Source Code .

Readability is important because source code must inevitably be maintained by human beings, and if the code is not readable (or " Obfuscated "), then Bugs , inefficiencies, and Duplicated Code are likely to be introduced.

Many factors, having little or nothing to do with the ability of the computer to efficiently compile and execute the code, are therefore part of good programming style, because they affect readability. Some of these factors include:


IN TYPOGRAPHY

Correct use of type size, line spacing, column width, text-color-background contrast and white space make text easy to to read. See Typography#Readability And Legibility for more details.


SEE ALSO