InterviewSolution
| 1. |
WHAT IS HIGH LEVEL LANGUAGE. Please answer fast need help. |
|
Answer» High level language:A high level programming language is a type of programming language which makes the programming simpler in easier terms. They actually have a very easily UNDERSTANDABLE syntax and they are FINALLY converted into low level programming languages with the help of processor and CPU. They generally have boolean algebra, loops, arrays and many more. Some of the programming languages such as C, C++ need to be compiled to RUN whereas other programminmg languages can be compiled to rectify errors but they can also run WITHOUT compilation.Some of the high level programming languages are:CC++PythonJava scriptPascalSwiftkey |
|