COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Language Design
|
|
Language Evaluation Criteria
|
|
Language Methods
|
|
Programming Domains
|
Detailed explanation-1: -The language evaluation criteria are: • Readability: the ease with which programs can be read and understood. Writability: the ease with which a language can be used to create programs. Reliability: conformance to specifications (i.e., performs to its specifications). Cost: the ultimate total cost.
Detailed explanation-2: -Most important criteria for evaluating programming languages include: Readability, writability, reliability, cost.
Detailed explanation-3: -In general, think of it as the ability of a program to comply with its specifications, under all conditions. There are various aspects that contribute to reliability. Type Checking. It is a type error check, done by the compiler or, during execution, by the interpreter.
Detailed explanation-4: -Readability is important to writability because if a programming language is difficult to read and understand then it can be difficult for a programmer to create new code that might need to interact or use other code.