11. What is the output of the following code snippet in Python: print(3 + 4 * 2)?
a) 10
b) 11
c) 14
d) 15
12. In C programming, how do you declare a variable of type integer?
a) int x;
b) integer x;
c) x = 0;
d) int = x;
13. Which programming language is commonly used for artificial intelligence and machine learning?
a) Java
b) C++
c) Python
d) JavaScript
14. What is the purpose of the “if” statement in programming?
a) Looping
b) Decision making
c) Error handling
d) Code optimization
15. Which programming language is used for game development?
a) Java
b) C++
c) Python
d) Swift