edited by
468 views
0 votes
0 votes
L= {(M)| M is a TM and there exists an input w, |w| < 100, on which M halts}. Is L decidable?

Please explain.
edited by

2 Answers

0 votes
0 votes
Answer is : Not even partially Decidable i.e not even Turing Recognizable

Apply Rice Theorem.

The property TM accept Language of less than 100 strings is Non Trivial and also Non Monotonic.

Therefore it's not even Partially Decidable.

Related questions

478
views
1 answers
1 votes
Shamim Ahmed asked Jan 4, 2019
478 views
Among II and III. Which one is decidable ? Please explain in detail.
713
views
0 answers
3 votes
Sukhdip Singh asked Jan 16, 2018
713 views
Consider the following statements:S1 : Let L be language, reversal of language L cannot contain any string present in L' except ∈'.S2 : Concatenation of two different ... one of them is Φ' or ∈'.Which of the following is correct?
2.0k
views
3 answers
3 votes
795
views
1 answers
3 votes
Utk asked Jan 19, 2016
795 views
Consider the following languagesA={<M>|M is a TM and |L(M)| >= 3}B={<M>|M is a TM that accepts some string}Which of the following is correct?(a.) A is ... B are decidable(d.) Both A and B are partially decidable Answer given : (d.)But how?