multiple choice: we have been assigned the task of selecting an interface language for a device controller. two proposals have been made. method c uses c while method r uses regular expressions. based on your knowledge of cse 355, a primary benefit of method c over method r is group of answer choices method c always terminates in fewer computation steps than method r on the same input. there is an algorithm to analyze method c to detect infinite loops, but no algorithm for method r. method c can compute everything that method r can, and more. method c can be represented as a finite automaton while method r cannot.