358 views
0 votes
0 votes
Consider the following two decision problems
A. Whether a Turing machine takes more than 481 steps on input $\epsilon$ ?
B. Whether a Turing machine accepts the null string $\epsilon$?
Which of the following statements is true?

(A) Problem A is decidable but B is not

(B) Problem A is undecidable but B is decidable

(C) Both A and B are decidable

(D) Both A and B are undecidable

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
baofbuiafbi asked Nov 14, 2023
149 views
Is the following language decidable or not? If you deem it decidable, you need to give an algorithm and analyse its running time. If not decidable, you need to prove it. ...
0 votes
0 votes
0 answers
3
baofbuiafbi asked Nov 14, 2023
149 views
Prove L = {F | F is a boolean formula and F evaluates to true on every asignment" is decidable (include algorithm and running time in big o notation)
0 votes
0 votes
0 answers
4
Abhipsa Panda asked May 24, 2022
153 views
How is equality problem for DCFL decidable?