Knowledge Hub Quiz

1. Which data structure uses FIFO (First In First Out) principle?

2. What is the time complexity of binary search algorithm?

3. Which of the following is NOT an operating system?

4. What is the main function of an operating system?

5. Which OOP concept allows using the same method name with different implementations?

6. Which OOP concept restricts direct access to some of an object's components?

7. Which SQL statement is used to retrieve data from a database?

8. What is a primary key in a database?

9. What is the purpose of normalization in databases?

10. Which design pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying representation?