Multiple choice Which of the following languages is usually implemented with an interpreter? PASCAL FORTRAN BASIC COBOL None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation BASIC is traditionally implemented as an interpreted language, allowing lines of code to be executed directly by an interpreter. In contrast, languages like PASCAL, FORTRAN, and COBOL are traditionally compiled directly into machine code.