Undecidable
Appearance
In computability theory, a decision problem is undecidable if there is no algorithm that can always give the correct answer.
If there is an algorithm that answers YES when the correct answer is YES, and runs forever when the correct answer is NO, then the problem is both undecidable and partially decidable.
If there is an algorithm that always answers correctly, both for YES and NO answers, then the problems is decidable, and is not undecidable.
A formal language is said to be undecidable if the decision problem "is a given string in this language" is undecidable.