Hierarchy of Computer Languages
Hierarchy of Computer Languages Points : what is hierarchy of computer languages? briefly explain the characteristics of a high level programming language, advantages of high level language, disadvantage of high level language Programming Language Naturally a language is the source of communication between two persons and also between the person to machine like computer. The language we can use to communicate with the computer are known as Computer programming languages. Generally there are two major types of languages are available as follows: 1. Low Level Language The sets of commands available in low level language is complex and not easy to understand. In this category “Assembly” and “Machine codes” are available. Assembly programs are faster than other high level languages programs. 2. High Level Languages The set of commands available in high level languages are very simple and easy to understand. High level languages are further divided into two major categories. i. Proc...