Programming Quiz

1. What does HTML stand for?

2. Which of the following is NOT a programming language?

3. What is the output of the following code snippet?

print(2 + 2 * 3 - 1)

4. What is the correct syntax to create a function in Python?

5. Which of the following data types is NOT primitive in Java?

6. Which data structure uses a Last-In-First-Out (LIFO) order?

7. In Python, how do you convert a string to uppercase?

8.In object-oriented programming, which principle states "a subclass can have only one superclass, but a superclass can have multiple subclasses"?

9.What does the "SQL" acronym stand for?

10. Which statement is used to exit a loop in Python?