CompTIA ITF+ (FC0-U61) — Question 65

Which of the following is an example of an interpreted language?

Answer options

Correct answer: C

Explanation

Python is considered an interpreted language because it is executed line by line by the interpreter at runtime. In contrast, C++ and Go are compiled languages, requiring a compilation step before execution, while Java is compiled to bytecode but still requires a Java Virtual Machine for interpretation.