Wednesday 10 October 2018

What is interpreter? - tccicomputercoaching.com

Programming Language is always written in High level Language, But computer cannot understand High level Language. It can understand only low level language. So, all programming code should be converted first in machine code. This process need one intermediate which is interpreter or compiler.

The interpreter is a language processor which converts a HLL(High-Level Programming Language ) program into machine language by converting and executing it line-by-line.

If there is any error in any line, it reports it at the same time and program execution cannot resume until the error is rectified.

Interpreter must always be present in the memory every time the program is executed as every time the program is run, it is first interpreted and then executed. For error debugging, interpreter is very much useful as it reports the error(S) at the same time. But once errors are removed, unnecessary usage of memory takes place as it has to be present in the memory always.

To know more about interpreter and Programming Language connect with TCCI.

To review our work visit us @ http://www.tririd.com/portfolio/

Call us @ 8980010210

No comments:

Post a Comment