asked 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
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.

answered
User Alan Porter
by
8.7k points