Our app is now available on Google Play. Get it on Google Play

What is an interpreter?

  1. Step by step procedure to give results
  2. It converts the high level language into machine language one line at a time
  3. It converts the entire high level language into machine language at once
  4. All of the above

Answer: It converts the high level language into machine language one line at a time


Long Answer:

Interpreter is a language processor that converts the high level language one line of program at a time. It displays errors if it encounters in the same. It moves to the next line when the error is corrected.