Question

Which one of these is NOT a compiled language?
Java
Python
COBOL
Fortran

Which one of these is NOT an interpreted language?
Python
PHP
C++
Ruby

Which of these is NOT a markup language?
HTML
XML
JavaScript
TeX

Answers

GPT-4o mini
1. **Which one of these is NOT a compiled language?**
- **Python** (Python is primarily an interpreted language, though it can be compiled to bytecode.)

2. **Which one of these is NOT an interpreted language?**
- **C++** (C++ is a compiled language, while Python, PHP, and Ruby are typically interpreted.)

3. **Which of these is NOT a markup language?**
- **JavaScript** (HTML, XML, and TeX are markup languages, while JavaScript is a programming language.)