answersLogoWhite

0

An interpreter is a computer program that executes the instructions written in a high level programming language. It can also preform the translation of a high level language to equivalent machine level code. But unlike compiler, an interpreter will compile the code line by line, i.e. each line will be translated to machine level language.

Read more: What_ias_computer_interpreter

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is meant by interpreter in programming languages?

An interpreter is programme that translates a high-level programming..


What are the translator used of python programming languange?

interactive interpreter more like a "shell" (if you're a unix person).


What are the roots of the AWK programming language?

The AWK programming language is a Unix based programming language, and is sometimes considered as a pseudo-C interpreter. It is mainly used for sifting through and organizing large amounts of data at one time.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


What function does a interpreter perform with the instructions in high level programming?

IT Compiles and Translates


When do you declare a variable?

You declare a variable when you create it by specifying its datatype and name in a programming language. This tells the compiler or interpreter to allocate memory for the variable. Variables must be declared before they can be used in most programming languages.


Does C language has a interpreter?

There might be C language interpreters, but they have no or minimal importance in actual programming.


Which type of translater is used by GW BASIC either compiler or interpreter?

its an interpreter


Can you provide an example of how c/em is used in a programming language?

In programming languages, c/em (short for comments) are used to add explanations or notes within the code that are ignored by the compiler or interpreter. For example, in Python, you can use the symbol to add comments like this: python This is a comment in Python print("Hello, World!")


What is the name of the HTML compiler?

HTML is not compiled. It is not a programming language. It is open and read by a browser. The process is similar to what an interpreter would do.


What functions do interpreters perform in computer programming?

The role of an interpreter in programming is to interpret a high-level language into machine code. The interpreter reads each line of the program as it is being run, and converts it into machine code that the computer understands. Examples of interpreted languages are Python, Ruby and Perl. This differs from lower-level programming languages like C, where the code is compiled into machine code before it is run.


Is there used compiler or interpreter in HTM?

A htm file is interpreted, not compiled. A browser acts as the interpreter.