FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
One important criterion for many programs is its trans-portability from the computer on which they are develops to other systems
A
Ease of Program Verification
B
Programming Environment
C
Portability of Program
D
Cost
Explanation: 

Detailed explanation-1: -Most important criteria for evaluating programming languages include: Readability, writability, reliability, cost.

Detailed explanation-2: -Software that requires much environment-related configuration and tuning will cost time and effort as new versions move through the lifecycle. Portability saves time and mental overhead for anyone involved in moving new versions of the software across environments.

Detailed explanation-3: -Portability is a characteristic attributed to a computer program if it can be used in an operating systems other than the one in which it was created without requiring major rework. Porting is the task of doing any work necessary to make the computer program run in the new environment.

Detailed explanation-4: -Correctness: it produces the right results and exhibits the right behaviour. Usability: the user finds it easy to make it perform the desired functions. Maintainability: it can be easily maintained and updated. Availability: it is available (ie, will run) when it is needed.

There is 1 question to complete.