What is one way interpreted programming languages differ from compiled programming languages? (3 points)

a.Interpreted languages produce translated machine code that can be saved and run later, while compiled languages cannot be saved.

b.Interpreted languages translate one line of code at a time and then execute that line before moving on, while compiled languages translate all lines of code together and execute them all at once. c.

Compiled language programs cannot be used by others without the original source code, while interpreted languages do not require the original source code.

d.Programs written with compiled languages tend to run more slowly, while programs written with interpreted languages run faster.