What are Assembler, Compilers and Interpreters..

What are Assembler?

         Assembler is system software which translates an assembly language program into its machine language.It recognizes the mnemonics used in the assembly level languages and substitutes the required machine code for each instruction.

What are Compilers?

         Compiler is system software that translates high-level language (source code) into the machine level language (machine/object code). It reads the whole program and translates the entire program at once into a series of machine level language instructions. Once compiled, the program normally gets saved automatically and can be executed directly.

What are Interpreters?

         An Interpreter reads once a statement of a high-level language program at a time and translates it into machine level language and executes it immediately. It continues to read, translate and execute the statements one by one until it reaches the end of the program.

What are Assembler, Compilers and Interpreters.. What are Assembler, Compilers and Interpreters.. Reviewed by Unknown on 06:01 Rating: 5

No comments:

Powered by Blogger.