It converts the high level language into machine language one line at a time
It converts the entire high level language into machine language at once
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.