match the following language attributes to their definitions
match the following language attributes to their definitions
readability
writability
simplicity
orthogonality
abstraction reliability
well defined
a. ease of creating programs that will not crash in the language
b. the ease of cronstructing the programs in this languuage
c. the ease of understanding and remembering all of the language
d. completenes of the specification of the language
e. consisency of the language
f. ease of creating programs that hide implementation details in the language
g. the ease with which one can understand programs written in this language
Solution
a. ease of creating programs that will not crash in the language --- well defined
b. the ease of cronstructing the programs in this languuage --- writability
c. the ease of understanding and remembering all of the language--simplicity
d. completenes of the specification of the language--- writability
e. consisency of the language --- orthogonality
f. ease of creating programs that hide implementation details in the language --- abstraction reliability
g. the ease with which one can understand programs written in this language --readability
