Programming Languages
The communication between two parties they are machine or human always needs a common language. The language use to communicate between computer and human is known as programming language. There are three types of programming language. Machine Language Assembly Language High-level Language Machine Language In which instruction are written in binary code using 1 and 0 is only one language. The computer can execute directly. The binary code is known as the machine language. A machine can understand this language. It is not translator of this languages, no need to translate this languages. It is hard to use. It is defined by hardware design. It is also called the first generation of language. Assembly Language In which instruction are written using various symbols and structures. There are some sym...