in Theory of Computation retagged by
1,055 views
0 votes
0 votes

If any string of a language $L$ can be effectively enumerated by an enumerator in a lexicographic order then language $L$ is _______.

  1. Regular
  2. Context free but not necessarily regular
  3. Recursive but not necessarily context free
  4. Recursively enumerable but not necessarily recursive
in Theory of Computation retagged by
by
1.1k views

4 Comments

The language is decidable and hence RE
0
0

ashwin it is REC but not CFl ryt? since find most appropriate answer.

If any string of a language L can be effectively enumerated by an enumerator  then language L = RE

If any string of a language L can be effectively enumerated by an enumerator in a lexicographic order then language L  = REC

0
0
Ohh yes @Anu we can reject the strings which are not that order Hence Recursive.

Hence answer will be option C)

Is it previous gate Question? I think I saw this question somewhere earlier.
0
0

@Ashwin Kulkarni Languages enumerated in LEXICOGRAPHIC order are decidable, and hence, are Recursive, not Recursively Enumerable.

0
0

2 Answers

0 votes
0 votes
0 votes
0 votes
if the string of a language L is enumerated then definitely it is countable, so there exists a turning machine which accepts it and halts.so it is Recursive but it cannot be Recursively enumerable because for this language the turning machine doesn't get halt.

Answer:opt c
Answer:

Related questions