closed by
255 views
0 votes
0 votes
closed as a duplicate of: turing machine plzz xplain
Consider <M> be the encoding of a TM as a string over the alphabet {0,1}. Consider L = {<M> | M is a TM that halts on all the input and L(M) = L' for some Undecidable language L' } then L is ?

A. Decidable and Recursive

B. Decidable and Non recursive

C. Undecidable and RE

D. Undecidable and Non RE
closed by

Related questions

0 votes
0 votes
0 answers
1
1 votes
1 votes
1 answer
2
0 votes
0 votes
1 answer
3
iarnav asked Oct 30, 2017
693 views
The set of turning machines which halt on empty input forms a recursively enumerable set?!True or False. Please also state your reason/explanation.AFAIK - TM accept Epsil...
0 votes
0 votes
0 answers
4
sripo asked Jan 5, 2019
544 views
As per the given solution,B should be the correct answer right why is D given as the correct answer as the machine accepts atleast one b.