COMPUTER SOFTWARE
SYSTEM SOFTWARE
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
|  |  Low level language 
 | 
|  |  High Level Language 
 | 
|  |  Internet language 
 | 
|  |  C 
 | 
Detailed explanation-1: -The correct answer is High-level language. A low-level programming language is the one used by the processor but difficult to understand by the programmer. Generally, the program designed by the programmer is written in a high-level language, which is converted into a low-level language before fed to the processor.
Detailed explanation-2: -A compiler is a translator used to convert high-level programming language to low-level programming language.
Detailed explanation-3: -Interpreters were also used to translate between low-level machine languages, allowing code to be written for machines that were still under construction and tested on computers that already existed. The first interpreted high-level language was Lisp.