Multiple choice Palindromes cannot be recognized by any FSM because FSM cannot remember arbitrary large amount of information FSM cannot deterministically fix the mid-point even if the mid-point is known, FSM cannot find whether the second half of the string matches the first half or not none of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Recognizing palindromes requires comparing the first half of a string with the reversed second half, which necessitates storing the entire first half. An FSM lacks the memory to store strings of arbitrary length.