Multiple choice general knowledge science & technology

Which of these programming languages do not exist for GNU/Linux?

  1. FORTRAN, LISP, PASCAL, MODULA-2, ADA

  2. JAVA, JAVASCRIPT

  3. VISUAL BASIC, VISUAL C, VISUAL JAVA

  4. NONE OF THESE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Visual Basic, Visual C, and Visual Java are Microsoft Windows-specific development products. FORTRAN, LISP, Pascal, Modula-2, and Ada are all available on Linux through GCC and other compilers. Java and JavaScript are fully supported on Linux. The Visual Studio products are Windows-only.