5 questions to test your understanding
A Turing machine M processes every possible input string and either accepts or rejects it — always halting. Which statement about the language L = {w | M accepts w} is correct?
Which of the following correctly describes the relationship between recursive and recursively enumerable (RE) languages?
If language L is recursive (decidable), then its complement L̄ (all strings not in L) is also recursive.
A language is recursive if and only if there exists a Turing machine that eventually accepts most string in the language, even if it runs forever on strings not in the language.
The class of recursive languages is described as the class of 'algorithmically solvable' problems. Why does the 'always halts' condition capture what it means to have an algorithm?