Question:

The language \( L = \{M | M \text{ halts on all inputs}\} \) is _______ .

Show Hint

The Halting Problem is undecidable, but certain properties, like whether a machine halts on all inputs, can be recognized in some cases.
Updated On: Jun 16, 2025
  • Decidable
  • Undecidable but recognizable
  • Not recognizable
  • Regular
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The language \( L = \{M | M \text{ halts on all inputs}\} \) is undecidable, as it corresponds to the Halting Problem, which is famously undecidable. However, it is recognizable because we can verify if a machine halts on all inputs by running it and checking whether it halts. If the machine halts on all inputs, we can recognize it, but we cannot decide it in general.
Was this answer helpful?
0
0