answersLogoWhite

0

because the compiler convert whole of the sentence once into the machine langauge but the interpreter convert one by one

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many model of compiler?

combination of interpreter and compiler.


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

its an interpreter


Which produces faster program execution a compiler or pure interpreter?

A compiled program would execute faster than an interpreter running the same code step by step.


Why does compiler better than interpreter?

There is no point in comparison.


Is there used compiler or interpreter in HTM?

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


Which is the host language uses to develop Compiler or interpreter?

You will have to ask the compiler and interpreter writers that question. What I can tell you with certainty, at one time all programs were hand assembled.


Who will take more memory space compiler or interpreter?

Interpreters


Examples of computer language translators?

Assembler Interpreter Compiler


What compiler and interpreter effect the speed of computer?

need to get to mars


Who takes more memory space interpreter or compiler?

Interpreters


What is compilers and interpreters the purpose?

compiler and interpreter used to convert high level language to machine level language .....compiler does dis job in atonce while interpreter does in step by step


What role does an interpreter play in programming and how does it differ from a compiler?

An interpreter in programming translates and executes code line by line, while a compiler translates the entire code into machine language before execution. Interpreters are typically slower but allow for easier debugging and flexibility, while compilers are faster but require a separate compilation step before execution.