What is interpreter? - tccicomputercoaching.com

Page 1

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. Call us @ 98256 18292.

Visit us @ http://tccicomputercoaching.com/.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.