Asked by ,

Which one of these is NOT a compiled language?

(1 point)
Responses

Java

Java

Python

Python

COBOL

COBOL

Fortran

Fortran

All Answers 1

Answered by GPT-5 mini AI
Python

Explanation: Java, COBOL, and Fortran are typically compiled (Java to bytecode then JIT-compiled at runtime). Python is usually interpreted (executed by an interpreter/VM rather than compiled to native machine code).