Q
Medium 1 Mark
Computer Studies Programming Fundamentals
Which of the following languages uses a compiler for translation?
Explanation
C and C++ use compilers for translation. Python JavaScript and Ruby are typically interpreted languages.
Reference: Computer Studies , Page 4
Hint
C++ is compiled into fast executable programs.