Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe program readability.

      

Describe program readability.

  

Answers


Kavungya
This feature refers to the ease with which programs written in a given programming language can be can be read and understood. Readability is an important measure of the quality of programs and programming languages. The learning curve associated with each language or IDE differs greatly between languages.

The following characteristics contribute to the readability of a programming language:
i) Overall simplicity: A language that has a large number of basic components is more difficult to learn than one with a small number of basic components
ii) Data types and structures: The presence of adequate facilities for defining data types and data structures in a language is very significant in enhancing the readability.
iii) Syntax considerations: The syntax (i.e. language rules) of a programming language has great effect on the readability of computer programs. In addition to ease of learning, the language must be characterized by concise syntax and straightforward semantics
iv) Control statements: These are statements that control the execution of computer programs e.g. a program that can be read from top to bottom is much easier to understand than another that requires the reader o jump from one statement to some non-adjacent statement in order to follow the execution order. The most obvious recent example is the steep increase in the learning curve from Visual Basic 6 to Visual Basic.Net. Basic concepts include the sequence, selection, and iteration control structures, as well as arrays, procedures, basic input /output, and file manipulation
Kavungya answered the question on May 17, 2019 at 06:44


Next: Explain industrial acceptance.
Previous: The following diagram was used to investigate the electrolysis of copper(II) Sulphate solution and molten G chloride using carbon electrodes.

View More Computer Programming Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions