67.4k views
1 vote
Which type of programming language translates one line of code at a time and then executes it before moving to the next line?

Compiled
Interpreted
Machine
Java ​

2 Answers

6 votes
An Interpreted in my opinion
User Milan And Friends
by
5.1k points
2 votes

Answer:

An interpreter translates one line of code and then executes it before moving to the next line. Think of it like an online language translator.

User Alan Porter
by
5.6k points