An interpreted programming language:
(choose two)
- Tends to offer more features than compiled languages
- Is converted into machine specific instructions as the program runs
- Requires a compilation step but no linking step
- Requires a linking step but no compilation step
- Takes fewer resources to run than a compiled language
Answers Explanation & Hint:
Two characteristics of an interpreted programming language are:
It’s important to note that the other statements are not characteristics of interpreted programming languages. Interpreted languages may or may not offer more features than compiled languages, depending on their specific implementations. Additionally, the resource requirements of a programming language depend on various factors and cannot be generalized as taking fewer resources than compiled languages. |