String Operations
1. What is a string in computer science?
2. Which of the following is a palindrome?
3. What is the output for the input 'Madam, I'm Adam' in a palindrome detector (ignoring spaces and punctuation)?
4. Which operation checks if one string can be obtained from another by deleting some characters (without reordering)?
5. What is the output for input 'hyderabad her' in the subsequence checker?
6. Which of the following is NOT a string operation?
7. Which of the following best describes a palindrome?
8. What is the time complexity of checking if a string of length n is a palindrome?
9. Which of the following statements about subsequences is true?
10. Which of the following is an application of string operations?