COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
A High Level Language
|
|
A Low Level Language
|
|
An Algorithm
|
|
Machine Code
|
Detailed explanation-1: -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.
Detailed explanation-2: -Answer: high-level languages are programmers friendly, easy to code, debug and maintain. it provides a higher level of abstraction from machine language. They do not interact directly with the hardware.
Detailed explanation-3: -A very high level programming language is also known as a goal-oriented programming language.
Detailed explanation-4: -4GLs are closer to human language than other high-level languages and are accessible to people without formal training as programmers. They allow multiple common operations to be performed with a single programmer-entered command.
Detailed explanation-5: -Higher level languages are easy to debug provided the code base is Application code. The more you move closer to the system, the harder it is going to be to debug higher level languages-even java. Essentially that mimics the whole software development philosophy too: Higher level languages for higher level programs.