answersLogoWhite

0

Interpreter can immediately execute high level programs. Error are displayed for every instruction.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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

IT Compiles and Translates


Tupaia was on captain cooks ship. he had to translate for cook. he is called an?

Tupaia was a Tahitian chief who served the function of an interpreter.


How do you say interpreter in Spanish?

It depends on your "method of acquisition".If you are going to hire an individual or bring on an individual whose job it is to be an interpreter, you would say: "Contrataré un interprete" -- literally, I will hire an interpreter.If you are simply going to call a friend or co-worker that can function as an interpreter, but is not in the usual occupation of being an interpreter, you would say: "Encontraré un interprete" -- literally, I will find an interpreter.


Who was the interpreter?

In the movie "The Interpreter"? Nicole Kidman.


When was The Interpreter released?

The Interpreter was released on 04/22/2005.


What are advantages and disadvantages of Interpreter?

What are the advantages and disadvantages of interpreter


What is the duration of The Interpreter?

The duration of The Interpreter is 2.13 hours.


What is the spelling for intrepreter?

It is spelled interpreter.


When was The Interpreter created?

The Interpreter was created on 2005-04-08.


When was Interpreter of Maladies created?

Interpreter of Maladies was created in 1999.


What was the Production Budget for The Interpreter?

The Production Budget for The Interpreter was $90,000,000.


What is a command interpreter and why is it separate from the kernel?

A command interpreter is an interface of the operating system with the user. The user gives commands with are executed by operating system (usually by turning them into system calls). The main function of a command interpreter is to get and execute the next user specified command. Command-Interpreter is usually not part of the kernel, since multiple command interpreters (shell, in UNIX terminology) may be support by an operating system, and they do not really need to run in kernel mode. There are two main advantages to separating the command interpreter from the kernel. 1. If we want to change the way the command interpreter looks, i.e., I want to change the interface of command interpreter, I am able to do that if the command interpreter is separate from the kernel. I cannot change the code of the kernel so I cannot modify the interface. 2. If the command interpreter is a part of the kernel it is possible for a malicious process to gain access to certain part of the kernel that it showed not have to avoid this ugly scenario it is advantageous to have the command interpreter separate from kernel