Classification of Programming language: High level, Low Level Language
Classification of Programming language The programming language signifies a set of instructions compiled together with one another to execute a specific task provided by the CPU ( Central Processing Unit ). A programming language primarily targets on high-level languages such as C, CPP, Pascal, COBOL, ADA, etc.. Every programming language is made up of exceptional set of key words and syntax used to create a set of instructions. Hundreds and thousands of programming languages have been developed so far, yet each language has its unique, specific purpose. These languages can change in the amount of abstraction offered by the hardware components. Many of the programming languages offer less or null abstraction, whereas others provide much higher abstraction. Depending on the level of abstraction provided by the hardware parts, it can be classified into two classes for example: High-level language Low-level language 1. The high-level pr...