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

Describe program portability.

      

Describe program portability.

  

Answers


Kavungya
This refers to the dependence of a programming language on a particular operating system platform. This also refers to the ease with which programs can be moved from one hardware and software platforms to others. Portability is strongly influenced by the degree of standardization of the language.
Example: Programming languages such as; Visual Basic, C++ e.tc, depend on the Windows operating system. Other languages, such as Java, are platform independent, and development environments for Java can be found for a variety of operating systems. This may be of concern to many programmers who may or may not prefer to be bound to a specific operating system.
The system requirements of a programming language often play a major role in the selection process. This includes hardware as well as operating system requirements. The amount of hard disk space needed to install the software, the operating system required, and the amount of memory to run the software all factor into the decision.
Kavungya answered the question on May 17, 2019 at 06:24


Next: Describe an open source.
Previous: Explain the support of web development.

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


Learn High School English on YouTube

Related Questions