1. What is an algorithm?
2. Which of the following is NOT a characteristic of an algorithm?
3. What is the primary purpose of Euclid’s algorithm?
4. Which of the following is an example of a computational problem?
5. What is the time complexity of Euclid’s algorithm for finding the GCD of two numbers?
6. Which of the following is NOT a design strategy for algorithms?
7. What is the main goal of analyzing algorithms?
8. Which of the following is true about selection sort?
9. What is the key requirement for binary search to work?
10. Which of the following is an example of a string processing problem?
11. What is the primary purpose of studying algorithms?
12. Which of the following is NOT a property of a good algorithm?
13. What is the time complexity of the middle-school procedure for finding the GCD of two numbers?
14. Which of the following is an example of a combinatorial problem?
15. What is the main advantage of using a greedy approach in algorithm design?