2,015 views
0 votes
0 votes
I have following doubt

1. FA , CFG and CSG are recursive

2. Type 0 language is recursive enumerable

3. Recursive means if let L is language and w is a string , if we put a string into Turing machine so it will accept if it is belong to it or reject when it is not belong to it  .

4.  Recursive Enumerable means if let L is language and w is a string , if we put a string into Turing machine so it will accept if it is belong to it and go to loop if it not belong to it .

Are these things right ?

2 Answers

0 votes
0 votes

1,2,3 are correct but in last one something missing

Recursive Enumerable means if let L is language and w is a string , if we put a string into Turing machine so it will accept if it is belong to it and if string not belongs to it, turing machine will either reject or go to infinite loop

Related questions

9.8k
views
2 answers
3 votes
iarnav asked Oct 27, 2017
9,773 views
We know, Recursive Enumerable Language is not closed under complement. a) So, let's say Y is a R.E language and recursive, then what would be Y' (Y complement)?b) Again Y...
307
views
1 answers
0 votes
soura1819 asked Oct 16, 2018
307 views
If L and Ľ both are recursive enumerable language, then why L is recursive language?
2.4k
views
2 answers
3 votes
Sandeep Verma asked Nov 12, 2017
2,415 views
If a language(L1) is Recursive enumerable (RE) and L2 is Recursive (REC) , then what will be L1 - L2 ? Can we directly use set difference property or do the s...
1.4k
views
1 answers
0 votes
suneetha asked Dec 24, 2018
1,403 views
consider the following problemsp1: {<M,x,k>| M is a Turing machine M does not halt on x within k steps }p2:{<M>|M is a Turing machine and M accepts at least two strings o...