1. What is the time complexity of binary search?
2. Which keyword is used to define a function in Python?
3. What does the "break" statement do in a loop?
4. Which data structure uses FIFO?
5. What does SQL stand for?
6. Which operator is used for floor division in Python?
7. Which keyword is used to define an anonymous function in Python?
8. What is the output of len("Programming")?
9. Which keyword is used to exit a loop in Python?