Correct Answer: C
Explanation
A compiled language is a programming language that requires its source code to be converted into machine code before it can be executed by the CPU. A compiled language uses a compiler, which is a program that translates the source code into an executable file that contains machine code. A compiled language typically runs faster and more efficiently than an interpreted language, which does not need to be compiled before execution. Java is an example of a compiled language that can run on different platforms using the Java Virtual Machine (JVM), which interprets the machine code for the specific hardware1112. References := CompTIA IT Fundamentals (ITF+) Study Guide, 2nd Edition, Chapter 4: Software Development3; What is Compiled Language? - Definition from Techopedia13