Language Processing system



Language Processing System:

  • Computers are electronic devices that can understand only machine language. The machine language comprises 0's and 1’s and is also called the machine code.

  • Any program written in high level language should be converted to machine language for the computer to understand. The language translators serve this purpose.

  • Examples of language translators include compiler, interpreters, assemblers.

  • The source program is the High Level Programming language and the target program is the Machine Language.

  • The steps involved in the language processing system is shown below 

  • Figure 1: Language Processing System