Theory of Computation (Automata)
Theory of Computation (Automata)
- The concept in which a finite sequence of symbols drawn from an alphabet is best known as which of these terms?
- Identify the correct definition of String (formal language).
- What term describes the following? a set of strings composed of symbols from a defined alphabet.
- In computer science, Formal language refers to which of the following?
- Select the correct name for: an operation on a set of symbols or strings that produces the set of all possible concatenations, including the empty string.
- Which statement correctly explains Kleene star?
- Which concept is defined as follows: a transition in a non-deterministic automaton that occurs without consuming any input symbol?
- What is Epsilon transition primarily used for?
- The following statement describes a specific concept. What is it called? a class of formal languages recognized by a linear-bounded automaton, more powerful than context-free languages.
- Select the accurate description of Context-sensitive language.
- Which term refers to a class of languages for which a Turing machine will accept and halt on strings in the language, but may not halt on strings outside it?
- What does Recursively enumerable language refer to?
- What is the name for the concept where a DFA and an NFA are considered equivalent because they recognize exactly the same class of languages?
- Which of the following best describes DFA-NFA equivalence?
- Identify the correct concept described as: the process of reducing a deterministic finite automaton to the smallest possible number of states while preserving its language.
- DFA minimization is best defined as which of the following?
- The sequence of production rule applications used to generate a string from a grammar's start symbol. What is this concept called?
- Choose the correct description of Derivation.
- Which of the following best names the concept in which a grammar for which some string can be generated by more than one distinct derivation tree?
- What is the function or purpose of Ambiguous grammar?