Examen 3 Automata Flashcards
Is every Turing-recognizable language decidable?
False
If there exists a language L, for which there exists a Turing Machine T that accepts every word in L and either rejects or loops for every word not in L, what is it called?
Recursively enumerable
In the context of a Turing machine, which of the following is the transition function?
a) δ: Q × Γ → Q × Γ × {L, R}
A Turing machine is defined as a 7-tuple. What does Σ represent?
c) The input alphabet not containing the blank symbol
Which of the following statements is FALSE?
b) A language is decidable if and only if it is Turing recognizable
In a Turing machine, can the read–write head move only to the right?
False
Can a problem be solved by an algorithm if and only if it can be solved by a Turing Machine?
True
In a multi-tape Turing machine, can it be transformed into a single-tape Turing machine?
True
Which of the following statements is FALSE?
a) The special states for rejecting and accepting take effect after reading new symbols in the tape.
Do there exist languages that are decidable but not Turing-recognizable?
False
A nondeterministic Turning machine is a decider, if all branches halt on all inputs
True
A turning machine have a finite tape to storage symbols
False
Turing machine(TM) is more powerful than FSM because
It has the capability to remember long sequences of input symbols
Which of the following is a Turing machine with an attached printer
Enumerator
A Turing machine is a 7 tuple T = Q , signme , T , S, q, q, ) Where
Qrecect E Q is the reject state, where Qreject != Qaccept