High and low level languages.
High and low level languages. What is a computer program? A computer program is a collection of instructions that can be executed by a computer to perform a specific task. High level language. A high-level language ( HLL ) is a programming language such as C , FORTRAN , or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages . Examples. Python, Visual Basic, Delphi, Perl, PHP, ECMAScript, Ruby, C#, Java. Features and advantages. Require translation. Portable. Easier to read, write and maintain as commands are similar to English. Allow access to module libraries. Use data types and data structures, selection statements and repetition/iteration constructs. Use logic operators and functions that are built into the language. Disadvantages . It ta...